diff --git a/src/common/__tests__/hotbar-store.test.ts b/src/common/__tests__/hotbar-store.test.ts index 615ddc45d7..ceb45e15e0 100644 --- a/src/common/__tests__/hotbar-store.test.ts +++ b/src/common/__tests__/hotbar-store.test.ts @@ -24,7 +24,7 @@ describe("HotbarStore", () => { describe("add", () => { it("adds a hotbar", () => { - const hotbarStore = HotbarStore.getInstanceOrCreate(); + const hotbarStore = HotbarStore.createInstance(); hotbarStore.load(); hotbarStore.add({ name: "hottest" });