Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ykpythemind committed Dec 29, 2021
1 parent e318229 commit 970412f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const branchName = uuidv4();
repo,
head: branchName,
base: "main",
title: `[Integration test] ${branchName}`,
title: `[test] ${branchName}`,
body: `integration test for branch ${remoteBranchName}...`,
});

pr = resp.data.number;
Expand Down

0 comments on commit 970412f

Please sign in to comment.