We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b569c commit 0205860Copy full SHA for 0205860
test/unit/client/simple-query-tests.js
@@ -82,7 +82,7 @@ test('executing query', function() {
82
name: 'boom'
83
}]
84
});
85
- assert.ok(handled, "should have handlded rowDescritpion");
+ assert.ok(handled, "should have handlded rowDescription");
86
87
88
test('handles dataRow messages', function() {
@@ -116,7 +116,7 @@ test('executing query', function() {
116
117
con.emit("readyForQuery");
118
//this would never actually happen
119
- ['dataRow','rowDescritpion', 'commandComplete'].forEach(function(msg) {
+ ['dataRow','rowDescription', 'commandComplete'].forEach(function(msg) {
120
assert.equal(con.emit(msg), false, "Should no longer be picking up '"+ msg +"' messages");
121
122
0 commit comments