Skip to content

Commit

Permalink
test: fix dedupe-git-semver
Browse files Browse the repository at this point in the history
This behaviour was changed somewhere between 6.6.0-next.0 and 6.6.0.
  • Loading branch information
larsgw committed Jan 20, 2019
1 parent fd5496d commit a290a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/dedupe-git-semver.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ test('dedupe matching git semver ranges', function (t) {
'git-wrap': {
version: 'file:git-wrap-1.0.0.tgz',
requires: {
git: 'git+https://example.com/git#0000000000000000000000000000000000000000'
git: 'git+https://example.com/git#semver:1'
}
}
}
Expand Down

0 comments on commit a290a67

Please sign in to comment.