Skip to content

Commit

Permalink
Fix testing/util_test.ts
Browse files Browse the repository at this point in the history
Thanks @kitsonk
  • Loading branch information
ry committed Jun 4, 2018
1 parent b6062ae commit 6e88420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/util_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
limitations under the License.
*/

import { test } from "./index.ts";
import { test } from "./testing.ts";
import { assert } from "./util.ts";
import * as util from "./util.ts";

Expand Down

0 comments on commit 6e88420

Please sign in to comment.