mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
fix to pass correct 'mock' data in rowDescription event to now more
demanding client
This commit is contained in:
parent
f04ad8e64c
commit
05ba85ae79
@ -77,7 +77,7 @@ test('executing query', function() {
|
||||
});
|
||||
|
||||
test('handles rowDescription message', function() {
|
||||
var handled = con.emit('rowDescription',{});
|
||||
var handled = con.emit('rowDescription',{fields: [{}]});
|
||||
assert.ok(handled, "should have handlded rowDescritpion");
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user