Skip to content

Commit

Permalink
Deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kwerle committed Jun 15, 2019
1 parent b48a86c commit 98a21e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/time_stack_item_test.rb
Expand Up @@ -181,7 +181,7 @@ def test_set_travel_offset_for_freeze
t = Time.local(2009, 10, 1, 0, 0, 30)
tsi = Timecop::TimeStackItem.new(:freeze, t)

assert_equal nil, tsi.send(:travel_offset)
assert_nil tsi.send(:travel_offset)
end

def test_timezones
Expand Down

0 comments on commit 98a21e5

Please sign in to comment.