Skip to content

Commit

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

Expand Down Expand Up @@ -94,6 +95,7 @@ describe("collection operations", () => {
"name": "test2",
"tenant": "default_tenant",
"version": 0,
"log_position": 0,
}
`);
});
Expand Down

0 comments on commit f6d47aa

Please sign in to comment.