Browse Source

Tests improved

pull/130/merge
Sebastian Stehle 9 years ago
parent
commit
be2bd4c535
  1. 2
      tests/Squidex.Infrastructure.Tests/CQRS/Events/Actors/EventConsumerActorTests.cs

2
tests/Squidex.Infrastructure.Tests/CQRS/Events/Actors/EventConsumerActorTests.cs

@ -236,7 +236,7 @@ namespace Squidex.Infrastructure.CQRS.Events.Actors
.MustHaveHappened();
A.CallTo(() => eventConsumerInfoRepository.StartAsync(consumerName))
.MustHaveHappened();
.MustHaveHappened(Repeated.Exactly.Twice);
}
[Fact]

Loading…
Cancel
Save