Skip to content

Commit

Permalink
Fix import warning (manyuanrong#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens authored Sep 24, 2020
1 parent d10497a commit ea75da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {
assert,
assertEquals,
} from "https://deno.land/std@v0.51.0/testing/asserts.ts";
} from "https://deno.land/std@0.51.0/testing/asserts.ts";
export { replaceParams } from "./util.ts";

0 comments on commit ea75da4

Please sign in to comment.