Skip to content

Commit 74407a5

Browse files
authored
⬆️ update deno dependencies
1 parent 7d657ce commit 74407a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from "https://deno.land/std@0.175.0/testing/asserts.ts";
1+
import { assertEquals } from "https://deno.land/std@0.204.0/testing/asserts.ts";
22
import { palindrome } from "./mod.ts";
33

44
Deno.test("Palindrome, simple API.", () => {

0 commit comments

Comments
 (0)