Skip to content

Commit 85571c0

Browse files
committed
[java] Fixing a test accidentally broken by commit e22f55f
1 parent 9869599 commit 85571c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/test/org/openqa/selenium/grid/graphql/GraphqlHandlerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void shouldReturnAnEmptyListForNodesIfNoneAreRegistered() {
131131

132132
assertThat(topLevel)
133133
.describedAs(topLevel.toString())
134-
.isEqualTo(Collections.singletonMap("data", Collections.singletonMap("grid", Collections.singletonMap("nodes", Collections.emptyMap()))));
134+
.isEqualTo(Collections.singletonMap("data", Collections.singletonMap("grid", Collections.singletonMap("nodes", Collections.emptyList()))));
135135
}
136136

137137
@Test

0 commit comments

Comments
 (0)