mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
changed integration test to depend on row array methods for
future-proofing any accidental api change
This commit is contained in:
parent
2efe451ee6
commit
dbc84f69f0
@ -136,7 +136,7 @@ test("prepared statements on different clients", function() {
|
||||
|
||||
test('gets right data', function() {
|
||||
assert.emits(query, 'row', function(row) {
|
||||
assert.equal(row[0], 1);
|
||||
assert.equal(row.pop(), 1);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user