[skip ci] Reduce warnings during tests (#2318)
This commit is contained in:
parent
48d86cde39
commit
cd3a15fa3b
11 changed files with 29 additions and 28 deletions
|
@ -35,7 +35,7 @@ public class ScannerServiceTests
|
|||
.Build()
|
||||
};
|
||||
|
||||
Assert.Equal(1, ScannerService.FindSeriesNotOnDisk(existingSeries, infos).Count());
|
||||
Assert.Single(ScannerService.FindSeriesNotOnDisk(existingSeries, infos));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue