Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
apeng-singlestore authored and Rodriguespn committed Sep 6, 2024
1 parent 3c6be87 commit eeb05f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/singlestore/singlestore-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ export function tests(driver?: string) {
})()).rejects.toThrowError();
});

test.only('set operations (mixed all) as function with subquery', async (ctx) => {
test('set operations (mixed all) as function with subquery', async (ctx) => {
const { db } = ctx.singlestore;

await setupSetOperationTest(db);
Expand Down

0 comments on commit eeb05f5

Please sign in to comment.