Skip to content

Commit

Permalink
update GH search test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jul 31, 2023
1 parent dbfa822 commit 13ca878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/github/github-search.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ t.create('hit counter')

t.create('hit counter for nonexistent repo')
.get('/badges/puppets/async%20handle.json')
.expectBadge({ label: 'counter', message: 'repo not found' })
.expectBadge({ label: 'async handle counter', message: '0' })

0 comments on commit 13ca878

Please sign in to comment.