mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-05-16 10:39:13 -04:00
refactor: updated logging messages (#65)
This commit is contained in:
parent
e29dae5073
commit
a8db0755a8
18 changed files with 88 additions and 85 deletions
|
@ -193,7 +193,7 @@ describe("cli runner", () => {
|
|||
"https://my.gitlab.host.com/superuser/backporting-example/-/merge_requests/3"
|
||||
]);
|
||||
|
||||
await expect(() => runner.execute()).rejects.toThrow("Provided pull request is closed and not merged!");
|
||||
await expect(() => runner.execute()).rejects.toThrow("Provided pull request is closed and not merged");
|
||||
});
|
||||
|
||||
test("merged pull request", async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue