Fixed spelling for Expected[LogType].

Fixed broken tests for GetEpisodesByParseResult.
This commit is contained in:
Mark McDowall 2011-12-19 16:58:26 -08:00
commit 69ddeeb0e3
20 changed files with 46 additions and 43 deletions

View file

@ -105,7 +105,7 @@ namespace NzbDrone.Core.Test.ProviderTests.LogProviderTests
logItem.ExceptionType.Should().Be(ex.GetType().ToString());
logItem.Exception.Should().Be(ex.ToString());
ExceptionVerification.ExcpectedErrors(1);
ExceptionVerification.ExpectedErrors(1);
}
[Test]
@ -125,7 +125,7 @@ namespace NzbDrone.Core.Test.ProviderTests.LogProviderTests
VerifyLog(logItem, LogLevel.Error);
ExceptionVerification.ExcpectedErrors(1);
ExceptionVerification.ExpectedErrors(1);
}
[Test]