Skip to content

Commit

Permalink
fix [github] commit since tests (#6705)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Jul 3, 2021
1 parent 7ec814c commit 42e883d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/github/github-commits-since.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ t.create('Commits since by latest release')
})

t.create('Commits since by latest release (branch)')
.get('/microsoft/typescript/latest/master.json')
.get('/microsoft/typescript/latest/main.json')
.expectBadge({
label: isCommitsSince,
message: isMetric,
Expand All @@ -44,7 +44,7 @@ t.create('Commits since by latest SemVer release')
})

t.create('Commits since by latest pre-release')
.get('/microsoft/typescript/latest/master.json?include_prereleases')
.get('/microsoft/typescript/latest/main.json?include_prereleases')
.expectBadge({
label: isCommitsSince,
message: isMetric,
Expand Down

0 comments on commit 42e883d

Please sign in to comment.