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

Commit 0268500

Browse files
iscottb122Iain Scott
authored andcommitted
Fixed test names.
1 parent 79c1842 commit 0268500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public override int GetHashCode()
4444
public sealed class GetDocumentType : ValueObjectDocumentTests
4545
{
4646
[Fact]
47-
private void ShouldReturnEntityType()
47+
private void ShouldReturnValueObjectType()
4848
{
4949
string type = ValueObjectDocument<TestValueObject>.GetDocumentType();
5050

@@ -77,7 +77,7 @@ private void ShouldSerializePropertyNameAsLowercase()
7777
public sealed class Type : ValueObjectDocumentTests
7878
{
7979
[Fact]
80-
private void ShouldReturnEntityType()
80+
private void ShouldReturnValueObjectType()
8181
{
8282
var valueObject = new TestValueObject("A");
8383
ValueObjectDocument<TestValueObject> document = ValueObjectDocument<TestValueObject>.Create(valueObject);

0 commit comments

Comments
 (0)