Skip to content

Commit

Permalink
fix: tests (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Mar 16, 2021
1 parent 38fe650 commit 9975df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ group("method routes", (t) => {
});
t.test("OPTIONS", async () => {
router.options("/", handler);
assertMethods(router, "OPTIONS");
await assertMethods(router, "OPTIONS");
});
});

Expand Down

0 comments on commit 9975df2

Please sign in to comment.