Skip to content

Commit

Permalink
Changed hour to make the case more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrela authored and joshuacronemeyer committed May 15, 2024
1 parent 093ee83 commit 3f010c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/date_time_parse_scenarios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_date_time_parse_month_year
end

def test_date_time_parse_wday_with_hour
assert_equal DateTime.parse("2008-09-06T12:00:00"), DateTime.parse('Saturday 12:00')
assert_equal DateTime.parse("2008-09-06T13:00:00"), DateTime.parse('Saturday 13:00')
end

def test_date_time_parse_non_string_raises_expected_error
Expand Down

0 comments on commit 3f010c0

Please sign in to comment.