mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
updated fluentassertion
This commit is contained in:
parent
7b2b4794c7
commit
4c8f3724a2
33 changed files with 113 additions and 73 deletions
|
@ -63,9 +63,8 @@ namespace NzbDrone.Core.Test.Datastore
|
|||
{
|
||||
Subject.Insert(_basicType);
|
||||
Subject.Get(_basicType.Id)
|
||||
.ShouldHave()
|
||||
.AllProperties()
|
||||
.EqualTo(_basicType);
|
||||
.Should()
|
||||
.ShouldBeEquivalentTo(_basicType);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue