mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed spelling for Expected[LogType].
Fixed broken tests for GetEpisodesByParseResult.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user