chore: Remove unused import
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
48eade901a
commit
634c0e6e09
|
|
@ -1,6 +1,5 @@
|
||||||
import { assertEquals } from "$std/assert/mod.ts";
|
import { assertEquals } from "$std/assert/mod.ts";
|
||||||
import { forTestingOnly } from "./caching.ts";
|
import { forTestingOnly } from "./caching.ts";
|
||||||
import { storage } from "./storage.ts";
|
|
||||||
import { testUtils } from "./test-utils.ts";
|
import { testUtils } from "./test-utils.ts";
|
||||||
|
|
||||||
Deno.test("Verify getTimeSinceLastFetch for correct difference", () => {
|
Deno.test("Verify getTimeSinceLastFetch for correct difference", () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue