fixed property comparison order

pull/4/head
kayone 10 years ago
parent 3205f91db0
commit 79f9805c52

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

Loading…
Cancel
Save