Skip to content

Commit

Permalink
Updates test url (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed May 21, 2020
1 parent c7d61de commit a411cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/cli-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tap.test('It returns error on invalid url', function testError (test) {
})

tap.test('It returns data if url supplied', function testData (test) {
exec('./index.js', ['https://www.google.com'], function testWithData (error, stdout, stderr) {
exec('./index.js', ['https://www.vg.no'], function testWithData (error, stdout, stderr) {
if (error) {
throw error
}
Expand Down

0 comments on commit a411cc2

Please sign in to comment.