Skip to content

Commit

Permalink
clarify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacronemeyer committed Aug 12, 2023
1 parent c463ecc commit aa327d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/date_strptime_scenarios.rb
Expand Up @@ -36,7 +36,7 @@ def test_date_strptime_with_iso_8601_week_date
assert_equal Date.strptime('1984-W09-1', '%G-W%V-%u'), Date.new(1984, 2, 27)
end

def test_date_strptime_with_week_number_of_year
def test_date_strptime_with_year_and_week_number_of_year
assert_equal Date.strptime('201810', '%Y%W'), Date.new(2018, 3, 5)
end

Expand Down

0 comments on commit aa327d0

Please sign in to comment.