Skip to content

Commit

Permalink
Fixing node configuration merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 7, 2018
1 parent 8eabd85 commit 027bb4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ public void testMergeWithRealValues() {
assertSame(other.capabilities, gnc.capabilities);
assertEquals(other.id, gnc.id);
assertEquals(other.downPollingLimit, gnc.downPollingLimit);
assertEquals(other.hub, gnc.hub);
assertEquals(other.hubHost, gnc.hubHost);
assertEquals(other.getHubHost(), gnc.getHubHost());
assertEquals(other.getHubPort(), gnc.getHubPort());
assertEquals(other.nodePolling, gnc.nodePolling);
assertEquals(other.nodeStatusCheckTimeout, gnc.nodeStatusCheckTimeout);
assertEquals(other.proxy, gnc.proxy);
Expand Down

0 comments on commit 027bb4f

Please sign in to comment.