Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Oct 29, 2024
1 parent fa59692 commit 437a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/client.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ test("Test pull prompt include model", async () => {
test("list shared examples can list shared examples", async () => {
const client = new Client();
const multiverseMathPublicDatasetShareToken =
"ce9c8a9-761a-4756-b159-58ed2640e274";
"cce9c8a9-761a-4756-b159-58ed2640e274";
const sharedExamples = await client.listSharedExamples(
multiverseMathPublicDatasetShareToken
);
Expand Down

0 comments on commit 437a5d5

Please sign in to comment.