From 235e12f407cd936e8971542ef20bc5c15e5e84c6 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Sun, 26 Apr 2026 14:19:11 +0200 Subject: [PATCH] fix: remove unused assertExists import --- tests/e2e/promotions_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/promotions_test.ts b/tests/e2e/promotions_test.ts index 5a3e6ff..b296229 100644 --- a/tests/e2e/promotions_test.ts +++ b/tests/e2e/promotions_test.ts @@ -1,6 +1,6 @@ // #110 - E2E tests for /promotions endpoints -import { assertEquals, assertExists } from "@std/assert"; +import { assertEquals } from "@std/assert"; import { makeContextWithAffiliation, makeEmployeeContext,