Skip to content

Commit 9ed2b4f

Browse files
committed
removed unused import in test
1 parent dc72d9c commit 9ed2b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mod.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals, assertInstanceOf, assertNotEquals } from "https://deno.land/std@0.151.0/testing/asserts.ts";
1+
import { assertEquals, assertInstanceOf } from "https://deno.land/std@0.151.0/testing/asserts.ts";
22
import * as mod from "../mod.ts";
33

44
// Testing setup

0 commit comments

Comments
 (0)