fixed ShouldBeEquivalentTo tests

This commit is contained in:
kayone
2014-08-24 18:45:44 -07:00
parent 3f3cc69da7
commit e53513a575
4 changed files with 6 additions and 6 deletions

View File

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