Skip to content

Commit 70dcd64

Browse files
committed
DEV: lint
1 parent b9c5848 commit 70dcd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/follow_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def response_topic_ids(response)
341341
get "/filter", params: { q: "following-feed:#{user1.username}", format: :json }
342342
expect(response.status).to eq(200)
343343
topic_ids_from_filter = response.parsed_body["topic_list"]["topics"].map { |t| t["id"] }.uniq
344-
344+
345345
expect(topic_ids_from_filter).to match_array(user1_interacted_topics)
346346
end
347347
end

0 commit comments

Comments
 (0)