refactor(EventsDB.test): add one blank line between functions

This commit is contained in:
P. Reis 2024-07-04 22:50:12 -03:00
parent a9f79176a2
commit 12b2032d87

View file

@ -71,6 +71,7 @@ const createDB = async () => {
}, },
}; };
}; };
Deno.test('count filters', async () => { Deno.test('count filters', async () => {
await using db = await createDB(); await using db = await createDB();
const { eventsDB } = db; const { eventsDB } = db;