Skip to content

Commit

Permalink
fixed_test
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Aug 11, 2022
1 parent 7a06f74 commit 5a83654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/controllers/posts/likes_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class LikesControllerTest < ActionDispatch::IntegrationTest
@user = users(:vasy)
@post_without_likes = posts(:post_without_likes)
@attributes = {
user_id: @user.id,
post_id: @post_without_likes.id
user: @user,
post: @post_without_likes
}
sign_in @user
end
Expand Down

0 comments on commit 5a83654

Please sign in to comment.