From 12b2032d8732c2760f6a02cc0aa985d1d191ddff Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Thu, 4 Jul 2024 22:50:12 -0300 Subject: [PATCH] refactor(EventsDB.test): add one blank line between functions --- src/storages/EventsDB.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storages/EventsDB.test.ts b/src/storages/EventsDB.test.ts index a9fe18c5..749ca777 100644 --- a/src/storages/EventsDB.test.ts +++ b/src/storages/EventsDB.test.ts @@ -71,6 +71,7 @@ const createDB = async () => { }, }; }; + Deno.test('count filters', async () => { await using db = await createDB(); const { eventsDB } = db;