fix: remove unused assertExists import
Check Deno code / Check Deno code (pull_request) Failing after 7s
Tests / Unit tests (pull_request) Successful in 11s
Tests / Integration tests (pull_request) Successful in 56s

This commit is contained in:
2026-04-26 14:19:11 +02:00
parent 5acd0ac113
commit be2d8ad9d2
+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,