updated fluentassertion

This commit is contained in:
kayone 2014-08-24 18:28:41 -07:00
parent 7b2b4794c7
commit 4c8f3724a2
33 changed files with 113 additions and 73 deletions

View file

@ -63,9 +63,8 @@ namespace NzbDrone.Core.Test.Datastore
{
Subject.Insert(_basicType);
Subject.Get(_basicType.Id)
.ShouldHave()
.AllProperties()
.EqualTo(_basicType);
.Should()
.ShouldBeEquivalentTo(_basicType);
}
[Test]