Skip to content

Commit a290a67

Browse files
committed
test: fix dedupe-git-semver
This behaviour was changed somewhere between 6.6.0-next.0 and 6.6.0.
1 parent fd5496d commit a290a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tap/dedupe-git-semver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ test('dedupe matching git semver ranges', function (t) {
118118
'git-wrap': {
119119
version: 'file:git-wrap-1.0.0.tgz',
120120
requires: {
121-
git: 'git+https://example.com/git#0000000000000000000000000000000000000000'
121+
git: 'git+https://example.com/git#semver:1'
122122
}
123123
}
124124
}

0 commit comments

Comments
 (0)