Fixed: Failing test and some flaky tests.

Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
Qstick
2018-03-16 23:36:23 -04:00
parent 4c74f97153
commit 902036fbdb
2 changed files with 9 additions and 3 deletions
@@ -137,6 +137,9 @@ namespace NzbDrone.Core.Test.Messaging.Commands
QueueAndWaitForExecution(commandModel);
VerifyEventPublished<CommandExecutedEvent>();
Thread.Sleep(10);
ExceptionVerification.ExpectedErrors(1);
}