Skip to content

Commit

Permalink
ignite-1.6 Fixed test CacheLateAffinityAssignmentTest.testCacheStartD…
Browse files Browse the repository at this point in the history
…estroy
  • Loading branch information
sboikov committed May 16, 2016
1 parent 90ae602 commit cc58a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ public void testCacheStartDestroy() throws Exception {

client.destroyCache(CACHE_NAME2);

checkAffinity(4, topVer(4, 2), true);
checkAffinity(4, topVer(4, 3), true);
}

/**
Expand Down

0 comments on commit cc58a63

Please sign in to comment.