From eec65c01e3aa291296fb8aacb11be83126a55326 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Tue, 5 Jun 2018 10:31:45 -0400 Subject: [PATCH] squash 012012012 test --- spec/www/spec/db-tx-value-bindings-test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/www/spec/db-tx-value-bindings-test.js b/spec/www/spec/db-tx-value-bindings-test.js index 4e7807e8e..d55db22a7 100755 --- a/spec/www/spec/db-tx-value-bindings-test.js +++ b/spec/www/spec/db-tx-value-bindings-test.js @@ -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);