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

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