Skip to content

Commit

Permalink
fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 21, 2024
1 parent 672f8b4 commit d137127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/i18n_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def teardown
end

def test_valid_languages
assert valid_languages.is_a?(Array)
assert valid_languages.first.is_a?(Symbol)
assert_kind_of Array, valid_languages
assert_kind_of Symbol, valid_languages.first
end

def test_locales_validness
Expand Down

0 comments on commit d137127

Please sign in to comment.