diff options
-rwxr-xr-x | t/test-custodian-util-timespan.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-util-timespan.rb b/t/test-custodian-util-timespan.rb index 5098589..7681f26 100755 --- a/t/test-custodian-util-timespan.rb +++ b/t/test-custodian-util-timespan.rb @@ -214,7 +214,7 @@ class TestTimeSpanUtil < Test::Unit::TestCase # def test_wrap_around - for h in 0o0..23 + for h in 0..23 assert_equal(1, Custodian::Util::TimeSpan.to_hours(h, h).size) end |