Skip to content

Commit

Permalink
Merge pull request #18 from adamjosefus/development
Browse files Browse the repository at this point in the history
Upgrade dependecies
  • Loading branch information
adamjosefus authored Feb 20, 2022
2 parents 17a920b + c4b083c commit 41c7289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/MaskRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { assertEquals } from "https://deno.land/std@0.125.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.126.0/testing/asserts.ts";
import { MaskRouter } from "../routers/MaskRouter.ts";


Expand Down
2 changes: 1 addition & 1 deletion tests/PatternRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { assertEquals } from "https://deno.land/std@0.125.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.126.0/testing/asserts.ts";
import { PatternRouter } from "../routers/PatternRouter.ts";


Expand Down
2 changes: 1 addition & 1 deletion tests/RegExpRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


import { assertEquals } from "https://deno.land/std@0.125.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.126.0/testing/asserts.ts";
import { RegExpRouter } from "../routers/RegExpRouter.ts";


Expand Down

0 comments on commit 41c7289

Please sign in to comment.