Skip to content

Commit

Permalink
[java] Fixing a test accidentally broken by commit e22f55f
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 17, 2020
1 parent 9869599 commit 85571c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void shouldReturnAnEmptyListForNodesIfNoneAreRegistered() {

assertThat(topLevel)
.describedAs(topLevel.toString())
.isEqualTo(Collections.singletonMap("data", Collections.singletonMap("grid", Collections.singletonMap("nodes", Collections.emptyMap()))));
.isEqualTo(Collections.singletonMap("data", Collections.singletonMap("grid", Collections.singletonMap("nodes", Collections.emptyList()))));
}

@Test
Expand Down

0 comments on commit 85571c0

Please sign in to comment.