Skip to content

Commit c01c585

Browse files
committed
fixup! rename test
1 parent f7a9ecc commit c01c585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-sqlite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ suite('DatabaseSync.prototype.loadExtension()', () => {
126126
}
127127
});
128128

129-
test('loads an extension', (t) => {
129+
test('should load sqlite extension successfully', (t) => {
130130
const dbPath = nextDb();
131131
const db = new DatabaseSync(dbPath, { allowLoadExtension: true });
132132
const supportedPlatforms = [

0 commit comments

Comments
 (0)