remove .only

This commit is contained in:
Florian Herrengt 2024-07-30 16:25:58 +01:00
parent 55a7f98f49
commit 6bce9e5838
1 changed files with 1 additions and 1 deletions

View File

@ -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: `