Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a8b4bd

Browse files
authored
Fix incorrect test (TryGhost#1119)
1 parent 081aebb commit 4a8b4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/issue-108.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('buffer', function() {
1818
});
1919

2020
var buff = new Buffer(2);
21-
stmt.run('a');
21+
stmt.run(buff);
2222
stmt.finalize();
2323
});
2424

0 commit comments

Comments
 (0)