Skip to content

Commit

Permalink
fix js test
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Sep 24, 2024
1 parent f6d47aa commit 83fac49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/js/test/collection.client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ describe("collection operations", () => {
"database": "default_database",
"dimension": null,
"id": undefined,
"log_position": 0,
"metadata": null,
"name": "test",
"tenant": "default_tenant",
"version": 0,
"log_position": 0,
}
`);

Expand Down Expand Up @@ -89,13 +89,13 @@ describe("collection operations", () => {
"database": "default_database",
"dimension": null,
"id": undefined,
"log_position": 0,
"metadata": {
"test": "test",
},
"name": "test2",
"tenant": "default_tenant",
"version": 0,
"log_position": 0,
}
`);
});
Expand Down

0 comments on commit 83fac49

Please sign in to comment.