fix: remove unused assertExists import
Check Deno code / Check Deno code (pull_request) Successful in 6s
Tests / Unit tests (pull_request) Successful in 11s
Tests / Integration tests (pull_request) Successful in 58s

This commit is contained in:
2026-04-26 14:19:11 +02:00
committed by djalim
parent bc1549dc3a
commit baef519f1d
+1 -1
View File
@@ -1,6 +1,6 @@
// #110 - E2E tests for /promotions endpoints
import { assertEquals, assertExists } from "@std/assert";
import { assertEquals } from "@std/assert";
import {
makeContextWithAffiliation,
makeEmployeeContext,