mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Fixed NZBGet tests take 2
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user