mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
updated fluentassertion
This commit is contained in:
@@ -63,9 +63,8 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
{
|
||||
Subject.Insert(_basicType);
|
||||
Subject.Get(_basicType.Id)
|
||||
.ShouldHave()
|
||||
.AllProperties()
|
||||
.EqualTo(_basicType);
|
||||
.Should()
|
||||
.ShouldBeEquivalentTo(_basicType);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user