We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a618d commit a9fd148Copy full SHA for a9fd148
1 file changed
test/comments_test_helpers.rb
@@ -80,7 +80,7 @@ def try_post_follow(test_post)
80
# Attempts to unfollow new threads on a given post
81
# @param post [Post] post to unfollow
82
def try_post_unfollow(test_post)
83
- post :post_follow, params: { post_id: test_post.id }
+ post :post_unfollow, params: { post_id: test_post.id }
84
end
85
86
# Attempts to lock a given comment thread
0 commit comments