Skip to content

Commit 3b007fe

Browse files
authored
Merge pull request #13 from UltiRequiem/update-deno-dependencies
Update Deno Dependencies
2 parents 2293a77 + 1d3f795 commit 3b007fe

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,7 +1,7 @@
11
import {
22
assertEquals,
33
assertThrows,
4-
} from "https://deno.land/std@0.196.0/testing/asserts.ts";
4+
} from "https://deno.land/std@0.204.0/testing/asserts.ts";
55

66
import { fibonacci, fibonacciSequence } from "./mod.ts";
77

0 commit comments

Comments
 (0)