Skip to content

Commit

Permalink
test(createappauth): change modified test description
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed May 9, 2024
1 parent 4496939 commit c6189b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ it("throws helpful error if `appId` is not set (#184)", async () => {
}).toThrowError("[@octokit/auth-app] appId option is required");
});

it("throws helpful error if `appId` is not set to a numeric value", async () => {
it("allows passing an `appId` as a non numeric value", async () => {
expect(() => {
createAppAuth({
appId: "Iv1.0123456789abcdef",
Expand Down

0 comments on commit c6189b7

Please sign in to comment.