mirror of
https://github.com/Mintplex-Labs/chromadb-extended.git
synced 2026-07-01 20:44:00 -04:00
update test to not log reset
This commit is contained in:
+1
-1
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user