mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02:00
Fixed broken test
This commit is contained in:
parent
4212da9146
commit
8f75de4a8b
@ -49,7 +49,7 @@ public void should_return_null_if_value_is_daily()
|
||||
[Test]
|
||||
public void should_return_null_if_value_is_weekdays()
|
||||
{
|
||||
Mocker.Resolve<TvRageProvider>().ParseDayOfWeek(new XElement("airday", "Weekdays")).Should().Be(null);
|
||||
new XElement("airday", "Weekdays").ConvertToDayOfWeek().Should().Be(null);
|
||||
}
|
||||
|
||||
[TestCase("Sunday", DayOfWeek.Sunday)]
|
||||
|
Loading…
Reference in New Issue
Block a user