Skip to content

Commit

Permalink
Fix test when not online
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 8, 2020
1 parent 2b78136 commit e91d49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/scantext.t
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ SCANTEXT: {
}
} elsif(!defined($ENV{'AUTHOR_TESTING'})) {
diag('Author tests not required for installation');
skip('Author tests not required for installation', 20);
skip('Author tests not required for installation', 19);
} else {
diag('Set OPENADDR_HOME to enable openaddresses.io testing');
skip('Set OPENADDR_HOME to enable openaddresses.io testing', 20);
skip('Set OPENADDR_HOME to enable openaddresses.io testing', 19);
}
}
}

0 comments on commit e91d49a

Please sign in to comment.