Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 79adb8c

Browse files
author
Josh Price
committedJan 23, 2016
Formatting
1 parent 3171ad8 commit 79adb8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎test/graphql/execution/executor_test.exs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ defmodule GraphQL.Execution.Executor.ExecutorTest do
121121
end
122122

123123
test "must specify operation name when multiple operations exist" do
124-
assert_execute_error {"query a {a} query b {b} query c {c}", TestSchema.schema}, [
125-
%{message: "Must provide operation name if query contains multiple operations."}
126-
]
124+
assert_execute_error {"query a {a} query b {b} query c {c}", TestSchema.schema},
125+
[%{message: "Must provide operation name if query contains multiple operations."}]
127126
end
128127

129128
test "do not include illegal fields in output" do

0 commit comments

Comments
 (0)