1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-01 04:45:35 +00:00

fixed property comparison order

This commit is contained in:
kayone 2014-08-24 18:51:41 -07:00
parent e53513a575
commit 3205f91db0

View file

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