Fixed NZBGet tests take 2
This commit is contained in:
parent
345de3654a
commit
a5aab95ecf
|
@ -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 New Issue