summaryrefslogtreecommitdiff
path: root/tests/specs/test/clean_flag/sum_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test/clean_flag/sum_test.js')
-rw-r--r--tests/specs/test/clean_flag/sum_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/test/clean_flag/sum_test.js b/tests/specs/test/clean_flag/sum_test.js
index eab3c53ad..e49b60d45 100644
--- a/tests/specs/test/clean_flag/sum_test.js
+++ b/tests/specs/test/clean_flag/sum_test.js
@@ -1,5 +1,5 @@
import { sum } from "./sum.js";
-import { assertEquals } from "@std/assert/assert_equals.ts";
+import { assertEquals } from "@std/assert/equals";
Deno.test("sum()", () => {
assertEquals(sum(1, 2), 3);