Skip to content

Commit ba733f5

Browse files
author
Brian C
committed
Merge pull request brianc#174 from grncdr/typo_fix
Fix typos in simple-query-tests.js
2 parents 1703f47 + 0205860 commit ba733f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/client/simple-query-tests.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test('executing query', function() {
8282
name: 'boom'
8383
}]
8484
});
85-
assert.ok(handled, "should have handlded rowDescritpion");
85+
assert.ok(handled, "should have handlded rowDescription");
8686
});
8787

8888
test('handles dataRow messages', function() {
@@ -116,7 +116,7 @@ test('executing query', function() {
116116
});
117117
con.emit("readyForQuery");
118118
//this would never actually happen
119-
['dataRow','rowDescritpion', 'commandComplete'].forEach(function(msg) {
119+
['dataRow','rowDescription', 'commandComplete'].forEach(function(msg) {
120120
assert.equal(con.emit(msg), false, "Should no longer be picking up '"+ msg +"' messages");
121121
});
122122
});

0 commit comments

Comments
 (0)