Skip to content

Commit

Permalink
Fix test if openaddresses not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 8, 2018
1 parent c0cea44 commit 703fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/openaddr.t
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ OPENADDR: {
});
} else {
diag('Set OPENADDR_HOME to enable openaddresses.io testing');
skip 'OPENADDR_HOME not defined', 52;
skip 'OPENADDR_HOME not defined', 54;
}
}
}

0 comments on commit 703fa6c

Please sign in to comment.