From bce88a9ea373ff5a69819686baa103794e1afa07 Mon Sep 17 00:00:00 2001 From: Josh Dales Date: Sat, 7 Aug 2021 15:26:13 -0400 Subject: [PATCH] Update new test description --- __tests__/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();