diff --git a/test/unit/client/simple-query-tests.js b/test/unit/client/simple-query-tests.js index 92a06101..dd743fa8 100644 --- a/test/unit/client/simple-query-tests.js +++ b/test/unit/client/simple-query-tests.js @@ -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"); });