forked from potsda.mn/mobilizon
Fix an indentation warning
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
05e5fc35d5
commit
6b5ac19c54
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue