Skip to content

Commit 8d93278

Browse files
committed
test(index): force test failure
1 parent c4a2c50 commit 8d93278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ test("expired_token error", async () => {
10551055
});
10561056

10571057
await expect(async () => await auth({ type: "oauth" })).rejects.toThrow(
1058-
"error_description (expired_token, error_url)"
1058+
"error_descriptio (expired_token, error_url)"
10591059
);
10601060
}, 10000);
10611061

0 commit comments

Comments
 (0)