Skip to content

Commit 22849c0

Browse files
committed
fix include in failing test
1 parent 4022337 commit 22849c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/action_controller/json_api/linked_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def render_collection_without_include
8282

8383
def render_collection_with_include
8484
setup_post
85-
render json: [@post], adapter: :json_api, include: 'author, comments'
85+
render json: [@post], adapter: :json_api, include: 'author,comments'
8686
end
8787
end
8888

0 commit comments

Comments
 (0)