mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Fixed spelling for Expected[LogType].
Fixed broken tests for GetEpisodesByParseResult.
This commit is contained in:
parent
77bf257132
commit
69ddeeb0e3
20 changed files with 46 additions and 43 deletions
|
@ -162,7 +162,7 @@ namespace NzbDrone.Update.Test
|
|||
//Assert
|
||||
Mocker.GetMock<DiskProvider>()
|
||||
.Verify(c => c.CopyDirectory(BACKUP_FOLDER, TARGET_FOLDER), Times.Once());
|
||||
ExceptionVerification.ExcpectedFatals(1);
|
||||
ExceptionVerification.ExpectedFatals(1);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
@ -206,7 +206,7 @@ namespace NzbDrone.Update.Test
|
|||
|
||||
//Assert
|
||||
VerifyServiceRestart();
|
||||
ExceptionVerification.ExcpectedFatals(1);
|
||||
ExceptionVerification.ExpectedFatals(1);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
@ -224,7 +224,7 @@ namespace NzbDrone.Update.Test
|
|||
|
||||
//Assert
|
||||
VerifyProcessRestart();
|
||||
ExceptionVerification.ExcpectedFatals(1);
|
||||
ExceptionVerification.ExpectedFatals(1);
|
||||
}
|
||||
|
||||
private void VerifyServiceRestart()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue