Skip to content

Commit 8bf0229

Browse files
committed
o Fixed location of 'commit' comment.
1 parent 832e48a commit 8bf0229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/connection-pool/error-recover-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ test('aborted transaction returned to pool', function() {
99
client.id = 1;
1010
client.pauseDrain();
1111
client.query('begin;', assert.success(function() {
12-
// client.query('rollback;'); // <-- This causes the test to pass.
1312
client.query('select * from thistableshouldneverexist', function(err) {
1413
assert.ok(err);
14+
// client.query('rollback;'); // <-- This causes the test to pass.
1515
client.resumeDrain();
1616
helper.pg.connect(helper.config, assert.success(function(client) {
1717
assert.equal(client.id, 1);

0 commit comments

Comments
 (0)