Skip to content

Commit

Permalink
remove dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacronemeyer committed Aug 12, 2023
1 parent aa327d0 commit b8abcaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/date_strptime_scenarios.rb
Expand Up @@ -25,7 +25,6 @@ def test_date_strptime_without_specifying_format
def test_date_strptime_with_day_of_week
assert_equal Date.strptime('Thursday', '%A'), Date.new(1984, 3, 1)
assert_equal Date.strptime('Monday', '%A'), Date.new(1984, 2, 27)
assert_equal Date.strptime('Monday', '%A'), Date.new(1984, 2, 27)
end

def test_date_strptime_with_commercial_week_date
Expand Down

0 comments on commit b8abcaf

Please sign in to comment.