Skip to content

Commit

Permalink
Fixed testing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Mar 30, 2020
1 parent 6f3e9ab commit 323b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assert,
assertStrContains,
} from 'https://deno.land/std@0.38.0/testing/mod.ts';
} from 'https://deno.land/std@0.38.0/testing/asserts.ts';
import { join } from 'https://deno.land/std@0.38.0/path/mod.ts';

const isWin = Deno.build.os == 'win';
Expand Down

0 comments on commit 323b243

Please sign in to comment.