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

fixed property comparison order

pull/3113/head
kayone 11 years ago
parent e53513a575
commit 3205f91db0

@ -90,7 +90,6 @@ namespace NzbDrone.Core.Test.Datastore
loadedEpisodeFile.Should().NotBeNull();
loadedEpisodeFile.ShouldBeEquivalentTo(episodeFile,
options => options.Excluding(c => c.DateAdded).Excluding(c => c.Path).IncludingAllRuntimeProperties());
}
[Test]

Loading…
Cancel
Save