Skip to content

Commit

Permalink
pr - review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmbr committed Feb 15, 2022
1 parent 1091b89 commit 24ca40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,7 @@ public void testNodesWithPagination() {
mock = new GceInstancesServiceMock(nodeSettings);
List<TransportAddress> dynamicHosts = buildDynamicNodes(mock, nodeSettings);
assertThat(dynamicHosts, hasSize(2));
assertEquals("10.240.79.59", dynamicHosts.get(0).getAddress());
assertEquals("10.240.79.60", dynamicHosts.get(1).getAddress());
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"name": "nic0",
"network": "default",
"networkIP": "10.240.79.59"
"networkIP": "10.240.79.60"
}
],
"status": "RUNNING",
Expand Down

0 comments on commit 24ca40f

Please sign in to comment.