Unverified Commit 4a8b4bdc by Kewde Committed by GitHub

Fix incorrect test (#1119)

parent 081aebb0
...@@ -18,7 +18,7 @@ describe('buffer', function() { ...@@ -18,7 +18,7 @@ describe('buffer', function() {
}); });
var buff = new Buffer(2); var buff = new Buffer(2);
stmt.run('a'); stmt.run(buff);
stmt.finalize(); stmt.finalize();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment