Skip to content

Commit cb245f0

Browse files
chore: update tested log line
1 parent 54aef02 commit cb245f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/success.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,9 @@ test("Do not add comment and labels if no commits is found for release", async (
857857
t.true(fetch.done());
858858
t.true(t.context.log.calledWith("No commits found in release"));
859859
t.true(
860-
t.context.log.calledWith("Skip commenting on issues and pull requests."),
860+
t.context.log.calledWith(
861+
"Skip commenting / adding labels on issues and pull requests.",
862+
),
861863
);
862864
});
863865

0 commit comments

Comments
 (0)