1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix HotbarStore merge conflict (#2589)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-22 10:45:34 +03:00 committed by GitHub
parent da8cc889c4
commit 9392b321b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" });