diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index fb93a02f..1c89ea8f 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -118,7 +118,7 @@ describe("run", () => { }); }); - it("adds labels based on branch names that match the glob pattern", async () => { + it("adds labels based on branch names that match different glob patterns", async () => { github.context.ref = "my/feature/that-i-like"; usingLabelerConfigYaml("branches.yml"); await run();