From 14c67a4eedb4a82178f62993d14705ecdbcb0b7e Mon Sep 17 00:00:00 2001 From: dfahlander Date: Mon, 22 Jan 2024 23:42:52 +0100 Subject: [PATCH] Indentation only... --- test/tests-upgrading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests-upgrading.js b/test/tests-upgrading.js index 241d49965..20cf90ac4 100644 --- a/test/tests-upgrading.js +++ b/test/tests-upgrading.js @@ -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);