Skip to content

Commit

Permalink
fixup! rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Aug 10, 2024
1 parent f7a9ecc commit c01c585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ suite('DatabaseSync.prototype.loadExtension()', () => {
}
});

test('loads an extension', (t) => {
test('should load sqlite extension successfully', (t) => {
const dbPath = nextDb();
const db = new DatabaseSync(dbPath, { allowLoadExtension: true });
const supportedPlatforms = [
Expand Down

0 comments on commit c01c585

Please sign in to comment.