Skip to content

Commit

Permalink
test: Change bad url in test in anticipation of aliasing
Browse files Browse the repository at this point in the history
Credit: @iarna
  • Loading branch information
iarna committed Apr 12, 2018
1 parent 5f2bf42 commit 5f6212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/install-bad-dep-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var json = {
name: 'bad-dep-format',
version: '0.0.0',
dependencies: {
'not-legit': 'npm:[email protected]'
'not-legit': 'bad:[email protected]'
}
}

Expand Down

0 comments on commit 5f6212b

Please sign in to comment.