Skip to content

Commit b633db4

Browse files
committed
test: rename test and remove GitHub link
1 parent f2039eb commit b633db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-sqlite-template-tag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ test('sql.db returns the associated DatabaseSync instance', () => {
103103
assert.strictEqual(sql.db, db);
104104
});
105105

106-
test('regression test https://github.com/nodejs/node/issues/60448', () => {
106+
test('a tag store keeps the database alive by itself', () => {
107107
const sql = new DatabaseSync(':memory:').createTagStore();
108108

109109
sql.db.exec('CREATE TABLE test (data INTEGER)');

0 commit comments

Comments
 (0)