mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -04:00
Test: Fixing an identifier test
This commit is contained in:
parent
98073cdfae
commit
ecf4dcfee1
@ -129,7 +129,7 @@ namespace Kyoo.Tests.Identifier.Tvdb
|
||||
Assert.Equal("action", show.Genres.ToArray()[0].Slug);
|
||||
Assert.Equal("Action", show.Genres.ToArray()[0].Name);
|
||||
Assert.Equal("Test With Sp??acial characters", show.Genres.ToArray()[1].Name);
|
||||
Assert.Equal("test-with-speaacial-characters", show.Genres.ToArray()[1].Slug);
|
||||
Assert.Equal("test-with-spacial-characters", show.Genres.ToArray()[1].Slug);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Loading…
x
Reference in New Issue
Block a user