Skip to content

Commit 8bd39ba

Browse files
committed
Polish
1 parent b3f13b9 commit 8bd39ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/src/docs/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ client to send requests over a transport protocol. To test directly against a
203203
[source,java,indent=0,subs="verbatim,quotes"]
204204
----
205205
GraphQlService service = ... ;
206-
GraphQlServiceTester tester = GraphQlServiceTester.create(service);
206+
ExecutionGraphQlServiceTester tester = ExecutionGraphQlServiceTester.create(service);
207207
----
208208

209209

0 commit comments

Comments
 (0)