Skip to content

Commit

Permalink
randomize arrangement of github#getPullRequestReviews
Browse files Browse the repository at this point in the history
  • Loading branch information
wintondeshong committed Nov 24, 2020
1 parent e0fa6c3 commit 088d842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/github.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ describe("github", () => {

test("given username and repo exists, returns pull request reviews", async () => {
// Arrange
const owner = "AndcultureCode";
const repoName = "AndcultureCode.Cli";
const owner = testUtils.randomWord();
const repoName = testUtils.randomWord();
const pullNumber = random.number();

const mockedReviews = [{}];
Expand Down

0 comments on commit 088d842

Please sign in to comment.