Skip to content
Merged
Prev Previous commit
Next Next commit
sqlite: fix error message test
  • Loading branch information
louwers committed Dec 28, 2024
commit 9b4255c58e954837e71a6d2443d1a5f323382d84
2 changes: 1 addition & 1 deletion test/parallel/test-sqlite-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ suite('conflict resolution', () => {
message: 'bad parameter or other API misuse',
errcode: 21,
code: 'ERR_SQLITE_ERROR'
}, `Did not throw expected exception when returning '${invalidHandler}' from conflict handler`);
}, `Did not throw expected exception when using invalid onConflict handler: ${invalidHandler}`);
}
});

Expand Down