Skip to content

Commit dfb8305

Browse files
committed
Fix another broken test
1 parent 9ad3f76 commit dfb8305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Agent/UnitTests/CompositeTests/HarvestDisableWhileReconnectingTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void HarvestIsDisabledWhileReconnectingTest()
4343
#endif
4444
_compositeTestAgent.Container.Resolve<IConnectionManager>();
4545

46-
var numExistingAggregators = 9; //We currently have 9 different aggregators.
46+
var numExistingAggregators = 10; //We currently have 10 different aggregators.
4747

4848
var scheduler = _compositeTestAgent.Container.Resolve<IScheduler>();
4949

@@ -52,4 +52,4 @@ public void HarvestIsDisabledWhileReconnectingTest()
5252
Mock.Assert(() => scheduler.StopExecuting(Arg.IsAny<Action>(), TimeSpan.FromSeconds(2)), Occurs.Exactly(numExistingAggregators));
5353

5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)