Skip to content

Commit

Permalink
use latest testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Dec 8, 2019
1 parent 159d57b commit 5459b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test } from "https://deno.land/std@v0.24.0/testing/mod.ts";
import { assertEquals } from "https://deno.land/std@v0.24.0/testing/asserts.ts";
import { test } from "https://deno.land/std/testing/mod.ts";
import { assertEquals } from "https://deno.land/std/testing/asserts.ts";

import starter from "./mod.ts";

Expand Down

0 comments on commit 5459b94

Please sign in to comment.