Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
thebinarysearchtree committed Apr 18, 2024
1 parent 3dceb91 commit 86d8a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database_fail.test.js
Expand Up @@ -30,7 +30,7 @@ describe('error handling', function() {
});
});

it('should should provide an offset in the error object', function(done) {
it('should provide an offset in the error object', function(done) {
db.get('SELECT id, txt ROM foo', function(err, row) {
if (err) {
assert.equal(err.offset, 'SELECT id, txt ROM '.length);
Expand Down

0 comments on commit 86d8a61

Please sign in to comment.