fixed property comparison order

pull/4/head
kayone 10 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