From eb2f5d42b0f1df71c7f473ca050b1ba3fa5b0fc4 Mon Sep 17 00:00:00 2001 From: psteinroe Date: Thu, 5 Sep 2024 14:25:01 +0200 Subject: [PATCH] fix: remove only --- .../tests/fetch/build-mutation-fetcher-response.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/postgrest-core/tests/fetch/build-mutation-fetcher-response.spec.ts b/packages/postgrest-core/tests/fetch/build-mutation-fetcher-response.spec.ts index 061e015e..0c92f238 100644 --- a/packages/postgrest-core/tests/fetch/build-mutation-fetcher-response.spec.ts +++ b/packages/postgrest-core/tests/fetch/build-mutation-fetcher-response.spec.ts @@ -8,7 +8,7 @@ import { PostgrestParser } from '../../src/postgrest-parser'; const c = createClient('https://localhost', 'any'); describe('buildMutationFetcherResponse', () => { - it.only('should work with json columns', () => { + it('should work with json columns', () => { const q = c .from('campaign') .select(