Skip to content

Commit

Permalink
spanner: fix broken system test (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and stephenplusplus committed Jun 30, 2017
1 parent b9b7dfa commit f527445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spanner/system-test/spanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,7 @@ var spanner = new Spanner(env);
transaction.run('SELECT * FROM TxnTable', function(err, rows) {
assert.ifError(err);

assert.strictEqual(rows.length, 2);
assert.strictEqual(rows.length, 1);

var row = rows[0].toJSON();

Expand Down

0 comments on commit f527445

Please sign in to comment.