From 6bce9e58380e12c7966c90b8c4520441268a4292 Mon Sep 17 00:00:00 2001
From: Florian Herrengt <contact@florianherrengt.com>
Date: Tue, 30 Jul 2024 16:25:58 +0100
Subject: [PATCH] remove .only

---
 src/events.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events.test.ts b/src/events.test.ts
index 2c86cbd..ac63ec8 100644
--- a/src/events.test.ts
+++ b/src/events.test.ts
@@ -12,7 +12,7 @@ const twoHourAgo = dateFns.format(
 const now = dateFns.format(new Date(), "yyyy-MM-dd hh:mm:ss");
 
 describe("Events", () => {
-  test.only("clickhouse is healthy", async () => {
+  test("clickhouse is healthy", async () => {
     const { data } = await (
       await clickhouseClient.query({
         query: `