Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/8f75de4a8be3b816282248b6bba540fc02567fe4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed broken test

pull/6/head
Mark McDowall 12 years ago
parent 4212da9146
commit 8f75de4a8b

@ -49,7 +49,7 @@ namespace NzbDrone.Core.Test.HelperTests.XElementHelperTests
[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…
Cancel
Save