From 311e88bd72c67d40789d542e8a03218875443791 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 23 Jan 2015 14:33:02 +0100 Subject: Fix end edge in unit tests. --- test/test_postcodes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3