Skip to content

Commit

Permalink
fix [aur] service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 11, 2023
1 parent e8b4467 commit 850bc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/aur/aur.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ t.create('license (package not found)')

t.create('maintainer (valid)')
.get('/maintainer/google-chrome.json')
.expectBadge({ label: 'maintainer', message: 'luzifer' })
.expectBadge({ label: 'maintainer', message: 'gromit' })

t.create('maintainer (not found)')
.get('/maintainer/not-a-package.json')
Expand Down

0 comments on commit 850bc9c

Please sign in to comment.