NXCALS-742 - SubscriptionAssignmentTest is failing sometimes
@jwozniak please review; I suspect the reason for failing tests lies in the randomness of the number of test objects (subscriptions) used:
{code:java} int subsCount = (ThreadLocalRandom.current().nextInt(100) + 1) * 2; {code}
When subsCount was set to 0 the relevant test always failed.