diff --git a/test/graphql/resolvers/comment_test.exs b/test/graphql/resolvers/comment_test.exs index f07282db1..206af6a8b 100644 --- a/test/graphql/resolvers/comment_test.exs +++ b/test/graphql/resolvers/comment_test.exs @@ -150,12 +150,12 @@ defmodule Mobilizon.GraphQL.Resolvers.CommentTest do to_string(comment.id) query = """ - query { - thread(id: #{comment.id}) { - text, - uuid - } + query { + thread(id: #{comment.id}) { + text, + uuid } + } """ res =