Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tb06904 committed Nov 18, 2024
1 parent 899cb08 commit 2375e1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ void shouldGetAllEdges() {
final Iterator<Edge> edges = graph.edges();

// Then
assertThat(edges).toIterable().containsExactly(createdEdge, knowsEdge);
assertThat(edges).toIterable().containsExactlyInAnyOrder(createdEdge, knowsEdge);
}

@Test
Expand Down

0 comments on commit 2375e1a

Please sign in to comment.