Skip to content

Commit 3aa70f2

Browse files
Apply prepare changes
1 parent ce26eb0 commit 3aa70f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stores/Geode.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe("Geode Store", () => {
102102
try {
103103
await geode_store.do_ping()
104104
} catch (e) {
105-
console.log("e",e)
105+
console.log("e", e)
106106
}
107107
expect(geode_store.is_running).toBe(false)
108108
expect(feedback_store.server_error).toBe(true)

0 commit comments

Comments
 (0)