Skip to content

Commit 19ead87

Browse files
committed
change test name
1 parent cb2104a commit 19ead87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/graphql/incremental/IncrementalExecutionResultTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import static graphql.incremental.StreamPayload.newStreamedItem
99

1010
class IncrementalExecutionResultTest extends Specification {
1111

12-
def "sanity test to check IncrementalExecutionResultImpl and item builders work"() {
12+
def "sanity test to check IncrementalExecutionResultImpl builder and item builders work"() {
1313
when:
1414
def defer1 = newDeferredItem()
1515
.label("homeWorldDefer")

0 commit comments

Comments
 (0)