diff options
Diffstat (limited to 't/test-custodian-util-timespan.rb')
-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 881f5a5..ef05fe7 100755 --- a/t/test-custodian-util-timespan.rb +++ b/t/test-custodian-util-timespan.rb @@ -200,7 +200,7 @@ class TestTimeSpanUtil < Test::Unit::TestCase # period is the worst case. # # - def test_worst() + def test_worst for i in 0..23 assert( Custodian::Util::TimeSpan.inside?( 0, 23, i ) ) end |