From 2f13f91d8bef8987edd5dfedfe3b711c4fcc8959 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Thu, 24 Aug 2023 15:13:20 +0800 Subject: [PATCH] fix: trigger release --- test/index.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test-d.ts b/test/index.test-d.ts index f88daec3..23ea6b72 100644 --- a/test/index.test-d.ts +++ b/test/index.test-d.ts @@ -11,7 +11,7 @@ const postgrest = new PostgrestClient(REST_URL) expectError(postgrest.from(42)) } -// test filters +// `null` can't be used with `.eq()` { postgrest.from('users').select().eq('username', 'foo') expectError(postgrest.from('users').select().eq('username', null))