update test to not log reset

This commit is contained in:
timothycarambat
2023-06-22 11:23:22 -07:00
parent 4e84a0f1a1
commit 1d63a5f859
+1 -1
View File
@@ -29,7 +29,7 @@ async function run() {
}
});
console.log(await client.reset())
await client.reset()
console.log(await client.heartbeat())
await client.getOrCreateCollection({ name: "test" });