mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
fixed ShouldBeEquivalentTo tests
This commit is contained in:
@@ -62,9 +62,9 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
public void should_be_able_to_find_by_id()
|
||||
{
|
||||
Subject.Insert(_basicType);
|
||||
Subject.Get(_basicType.Id)
|
||||
.Should()
|
||||
.ShouldBeEquivalentTo(_basicType);
|
||||
var storeObject = Subject.Get(_basicType.Id);
|
||||
|
||||
storeObject.ShouldBeEquivalentTo(_basicType, o=>o.IncludingAllRuntimeProperties());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user