Skip to content

Commit

Permalink
Fix skipped count when not testing on the Internet
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 5, 2020
1 parent 4a18898 commit 360a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/20-basics.t
Expand Up @@ -11,7 +11,7 @@ BEGIN {

BASICS: {
SKIP: {
skip 'Test requires Internet access', 2 unless(-e 't/online.enabled');
skip 'Test requires Internet access', 15 unless(-e 't/online.enabled');
if(my $abbr = new_ok('Geo::Coder::Abbreviations')) {
ok($abbr->abbreviate('Road') eq 'RD');
ok($abbr->abbreviate('Avenue') eq 'AV'); # I think it should abbreviate to AVE
Expand Down

0 comments on commit 360a0a9

Please sign in to comment.