Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 4ec5b3d

Browse files
iscottb122Iain Scott
authored andcommitted
Fix incorrect test inheritance.
1 parent 0ac1504 commit 4ec5b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Winton.DomainModelling.DocumentDb.Tests/ValueObjectDocumentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private void ShouldSerializePropertyNameAsLowercase()
7474
}
7575
}
7676

77-
public sealed class Type : EntityDocumentTests
77+
public sealed class Type : ValueObjectDocumentTests
7878
{
7979
[Fact]
8080
private void ShouldReturnEntityType()

0 commit comments

Comments
 (0)