Skip to content

Commit

Permalink
squash 012012012 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody authored and Christopher J. Brody committed Jun 27, 2018
1 parent 06aa6b1 commit eec65c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/www/spec/db-tx-value-bindings-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ var mytests = function() {
expect(rs1.insertId).toBe(1);

tx.executeSql('SELECT * FROM tt', [], function(ignored, rs2) {
// CHECK BIG INTEGER number was inserted properly:
expect(rs2).toBeDefined();
expect(rs2.rows).toBeDefined();
expect(rs2.rows.length).toBe(1);
Expand Down

0 comments on commit eec65c0

Please sign in to comment.