Skip to content

Commit

Permalink
Fix RuboCop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Mar 9, 2024
1 parent 2ae5f31 commit 8e93d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ulid/rails_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_deserializes_the_value_back_to_an_ulid
def test_auto_generate_primary_key
user = User.create!

assert user.id.is_a? String
assert_kind_of String, user.id
assert_equal 26, user.id.length

id = user.id
Expand Down

0 comments on commit 8e93d3a

Please sign in to comment.