Skip to content

Commit

Permalink
drop .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 21, 2024
1 parent 42e8916 commit 4fe19c0
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 @@ -1085,7 +1085,7 @@ test("list shared examples can list shared examples", async () => {
expect(sharedExamples.length).toBeGreaterThan(0);
});

test.only("clonePublicDataset method can clone a dataset", async () => {
test("clonePublicDataset method can clone a dataset", async () => {
const client = new Client();
const datasetName = "multiverse_math_public_testing";
const multiverseMathPublicDatasetURL =
Expand Down

0 comments on commit 4fe19c0

Please sign in to comment.