Skip to content

Commit

Permalink
757 - Integration test for Hot Reload of nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Chandler committed Nov 7, 2024
1 parent f66672f commit 180b03a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public Boolean confirmNodeValid(Node node) {
public void TestNodeCount()
{
List<Node> nodesList = new ArrayList<>(mySession.getMetadata().getNodes().values());
assertEquals(nodesList.size(), 2);
assertEquals(2, nodesList.size());
}

@AfterClass
Expand Down

0 comments on commit 180b03a

Please sign in to comment.