New: FluentAssertions to 5.9.0

This commit is contained in:
Qstick
2019-09-16 18:01:28 +01:00
parent 18e9d3302b
commit 10f2f66ba0
15 changed files with 55 additions and 55 deletions
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Test.Datastore
Subject.Insert(_basicType);
var storeObject = Subject.Get(_basicType.Id);
storeObject.ShouldBeEquivalentTo(_basicType, o=>o.IncludingAllRuntimeProperties());
storeObject.Should().BeEquivalentTo(_basicType, o=>o.IncludingAllRuntimeProperties());
}
[Test]