Skip to content

Commit

Permalink
Robocop "から'に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kurumadaisuke committed Feb 25, 2024
1 parent d7da4ee commit 42cd088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/user_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class UserTest < ActiveSupport::TestCase
assert Following.find_by(follower_id: kimura.id, followed_id: hatsuno.id)
end

test "return retired user data" do
test 'return retired user data' do
yameo = users(:yameo)
result = Searcher.search(yameo.name)
assert_includes(result, yameo)
Expand Down

0 comments on commit 42cd088

Please sign in to comment.