Skip to content

Commit

Permalink
Merge pull request #8 from UltiRequiem/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
UltiRequiem authored Feb 2, 2023
2 parents 3c0d546 + 884c321 commit 3ea1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { lastItem } from "./mod.ts";
import {
assertEquals,
assertThrows,
} from "https://deno.land/std@0.170.0/testing/asserts.ts";
} from "https://deno.land/std@0.175.0/testing/asserts.ts";

const numbers = [1, 2, 3, 4, 5];

Expand Down

0 comments on commit 3ea1d33

Please sign in to comment.