Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Dec 1, 2023
1 parent e82f822 commit 85d1145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multithreading-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test('check multithreading flag works as expected', async function (t) {
const db1 = new ClassicLevel(location)
await db1.open()
t.is(db1.location, location)

// check that must set multithreading flag on all instances
let db2
try {
Expand Down

0 comments on commit 85d1145

Please sign in to comment.