Skip to content

Commit 52983d7

Browse files
fix(tests): test
1 parent 20e6985 commit 52983d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stores/Infra.nuxt.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe("Infra Store", () => {
123123
test("test without end-point", async () => {
124124
await infra_store.create_backend()
125125
console.log("geode_store.status", geode_store.status)
126-
expect(infra_store.status).toBe(Status.CREATING)
126+
expect(infra_store.status).toBe(Status.NOT_CREATED)
127127
expect(geode_store.status).toBe(Status.NOT_CONNECTED)
128128
expect(viewer_store.status).toBe(Status.NOT_CONNECTED)
129129
})
@@ -136,7 +136,7 @@ describe("Infra Store", () => {
136136
expect(infra_store.status).toBe(Status.CREATED)
137137
expect(geode_store.status).toBe(Status.NOT_CONNECTED)
138138
expect(viewer_store.status).toBe(Status.NOT_CONNECTED)
139-
expect(feedback_store.server_error).toBe(false)
139+
expect(feedback_store.server_error).toBe(true)
140140
})
141141
})
142142
})

0 commit comments

Comments
 (0)