mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
Fixed NZBGet tests take 2
This commit is contained in:
parent
345de3654a
commit
a5aab95ecf
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.NzbgetTests
|
|||
GivenQueue(null);
|
||||
GivenHistory(_completed);
|
||||
|
||||
var result = Subject.GetItems().Single();
|
||||
var result = Subject.GetItems().SingleOrDefault();
|
||||
|
||||
result.Should().BeNull();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue