Skip to content

Commit

Permalink
Fix message when OPENADDR is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 29, 2018
1 parent 39cd1da commit 2945728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/openaddr.t
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ OPENADDR: {
$geo_coder = new_ok('Geo::Coder::Free' => [ openaddr => 'not/there' ]);
});
} else {
diag('Author tests not required for installation');
skip('Author tests not required for installation', 99);
diag('Set OPENADDR_HOME to enable openaddresses.io testing');
skip('Set OPENADDR_HOME to enable openaddresses.io testing', 99);
}
}
}

0 comments on commit 2945728

Please sign in to comment.