Skip to content

Commit ffd063f

Browse files
committed
Update remove_duplicates.test.ts
1 parent 9449c10 commit ffd063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array/remove_duplicates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { assertEquals } from "https://deno.land/std@0.203.0/assert/assert_equals.ts";
2-
import removeDuplicates from "../format./array/remove_duplicates.ts";
2+
import removeDuplicates from "./remove_duplicates.ts";
33

44
Deno.test(
55
'Remove duplicates from array.',

0 commit comments

Comments
 (0)