mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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