Skip to content

Commit

Permalink
Changes url for test (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jun 28, 2021
1 parent 6adeb70 commit 20b1929
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://github.com'], function testWithData (error, stdout, stderr) {
exec('./index.js', ['https://www.example.com'], function testWithData (error, stdout, stderr) {
if (error) {
throw error
}
Expand Down

0 comments on commit 20b1929

Please sign in to comment.