Skip to content

Commit

Permalink
Run Prettier a second time
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Mar 5, 2022
1 parent f094179 commit f7bfb20
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions services/hexpm/hexpm.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ t.create('downloads (not found)')
.get('/dt/this-package-does-not-exist.json')
.expectBadge({ label: 'downloads', message: 'not found' })

t.create('version')
.get('/v/cowboy.json')
.expectBadge({
label: 'hex',
message: isVPlusDottedVersionNClausesWithOptionalSuffix,
})
t.create('version').get('/v/cowboy.json').expectBadge({
label: 'hex',
message: isVPlusDottedVersionNClausesWithOptionalSuffix,
})

t.create('version (no stable version)')
.get('/v/prima_opentelemetry_ex.json')
Expand Down

0 comments on commit f7bfb20

Please sign in to comment.