From 2fdbca3ba05d29f8c386683e3db0a3c231897d0c Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 1 May 2024 00:21:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.ts b/test.ts index 31cc790..abcb5c2 100644 --- a/test.ts +++ b/test.ts @@ -1,7 +1,7 @@ import { assertEquals, assertThrows, -} from "https://deno.land/std@0.204.0/testing/asserts.ts"; +} from "https://deno.land/std@0.224.0/testing/asserts.ts"; import { fibonacci, fibonacciSequence } from "./mod.ts";