[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
|
@ -92,7 +92,7 @@ public class GenreHelperTests
|
|||
genreRemoved.Add(genre);
|
||||
});
|
||||
|
||||
Assert.Equal(1, genreRemoved.Count);
|
||||
Assert.Single(genreRemoved);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue