Skip to content

Commit

Permalink
test: remove accidental .only (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 1, 2024
1 parent 3dcb058 commit 117b42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/probot.test.ts
Expand Up @@ -626,7 +626,7 @@ describe("Probot", () => {
}
});

it.only("passes logger to webhooks", async () => {
it("passes logger to webhooks", async () => {
const probot = new Probot({
appId,
privateKey,
Expand Down

0 comments on commit 117b42e

Please sign in to comment.