Skip to content

Commit

Permalink
Indentation only...
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jan 22, 2024
1 parent 7833b0a commit 14c67a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests-upgrading.js
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ promisedTest("Dexie 4: An attached upgrader on version 2 and 3 shall run even if
ok(true, "Skipping this test - Dexie.Observable bails out when database reopen in background");
return;
}
const DBNAME = "attachedUpgrader";
const DBNAME = "attachedUpgrader";
const NUM_SCHEMA_CHANGES = 31; // 10 works but 11 fails unless we work around it in Dexie with a meta table.

await Dexie.delete(DBNAME);
Expand Down

0 comments on commit 14c67a4

Please sign in to comment.