mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 07:01:29 +00:00
fixed property comparison order
This commit is contained in:
parent
e53513a575
commit
3205f91db0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue