Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
canac authored and dyedgreen committed Apr 28, 2024
1 parent eaef1ad commit 07befa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Deno.test("transactions can be nested", function () {
assertEquals([{ id: 1 }], db.queryEntries("SELECT * FROM test"));
});

Deno.test("transactions commit when closure exists", function () {
Deno.test("transactions commit when closure exits", function () {
const db = new DB();
db.query("CREATE TABLE test (id INTEGER PRIMARY KEY)");

Expand Down

0 comments on commit 07befa6

Please sign in to comment.