From 99b56cd1dfe3dcbbd90d8c26213c48c67d77d26a Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 10 Sep 2020 21:09:00 +0200 Subject: [PATCH] chore: update test deps --- test_deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_deps.ts b/test_deps.ts index f5dacfd..6f8c771 100644 --- a/test_deps.ts +++ b/test_deps.ts @@ -2,4 +2,4 @@ export { assert, assertEquals, assertThrowsAsync, -} from "https://deno.land/std@0.61.0/testing/asserts.ts"; +} from "https://deno.land/std@0.68.0/testing/asserts.ts";