Skip to content

Commit

Permalink
Fix a small test typo (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyh authored Jan 11, 2022
1 parent 896bfcf commit 68d3cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/authenticator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe(Authenticator, () => {
}
});

test("should redirect after logut", async () => {
test("should redirect after logout", async () => {
let user = { id: "123" };
let session = await sessionStorage.getSession();
session.set("user", user);
Expand Down

0 comments on commit 68d3cf6

Please sign in to comment.