From 3205f91db0e6a6c73f1eb1b4b008fe671902ec1a Mon Sep 17 00:00:00 2001 From: kayone Date: Sun, 24 Aug 2014 18:51:41 -0700 Subject: [PATCH] fixed property comparison order --- src/NzbDrone.Core.Test/Datastore/DatabaseRelationshipFixture.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core.Test/Datastore/DatabaseRelationshipFixture.cs b/src/NzbDrone.Core.Test/Datastore/DatabaseRelationshipFixture.cs index 54f44a6e8..5e31df698 100644 --- a/src/NzbDrone.Core.Test/Datastore/DatabaseRelationshipFixture.cs +++ b/src/NzbDrone.Core.Test/Datastore/DatabaseRelationshipFixture.cs @@ -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]