From 634c0e6e09461040a8ab34965d139b25b7e99009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Mon, 8 Apr 2024 17:15:38 +0200 Subject: [PATCH] chore: Remove unused import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- lib/caching.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/caching.test.ts b/lib/caching.test.ts index b4879f5..a8c5239 100644 --- a/lib/caching.test.ts +++ b/lib/caching.test.ts @@ -1,6 +1,5 @@ import { assertEquals } from "$std/assert/mod.ts"; import { forTestingOnly } from "./caching.ts"; -import { storage } from "./storage.ts"; import { testUtils } from "./test-utils.ts"; Deno.test("Verify getTimeSinceLastFetch for correct difference", () => {