Skip to content

Commit

Permalink
chore: change import path of assertEquals
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed Mar 24, 2024
1 parent ea7e821 commit 491df1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
export { assertEquals } from "https://deno.land/[email protected]/assert/assert_equals.ts";

0 comments on commit 491df1f

Please sign in to comment.