diff options
-rw-r--r-- | test/test_postcodes.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_postcodes.rb b/test/test_postcodes.rb index 1c4f368..e3f2080 100644 --- a/test/test_postcodes.rb +++ b/test/test_postcodes.rb @@ -50,6 +50,6 @@ describe 'PostCodes::county' do it "must fail on invalid county codes" do PostCodes.county(0).must_equal nil - PostCodes.county(25).must_equal nil + PostCodes.county(24).must_equal nil end -end
\ No newline at end of file +end |