Skip to content

Commit

Permalink
Merge pull request #7 from UltiRequiem/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
UltiRequiem authored Jan 1, 2023
2 parents dec9831 + 386369f commit 3c0d546
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.166.0/testing/asserts.ts";
} from "https://deno.land/std@0.170.0/testing/asserts.ts";

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

Expand Down

0 comments on commit 3c0d546

Please sign in to comment.