Skip to content

Commit

Permalink
Fix for rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Jun 24, 2024
1 parent 76b7c1b commit 2d6ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/properties.test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ class Friend < Person
friend = Friend.new("John", age: 30.5)

expect(friend.name) == "John"
expect(friend.age) == 30.5
expect(friend.age) > 30
end

0 comments on commit 2d6ca1b

Please sign in to comment.