We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c96c72 commit 6c8f4f5Copy full SHA for 6c8f4f5
1 file changed
ObjectSemantics.NET.Tests/PropertyNullableTests.cs
@@ -15,7 +15,7 @@ public void Should_Map_Nullable_DateTime_Property_Given_NULL()
15
{
16
FileContents = @"Last Clocked In: {{ LastClockedInDate:yyyy-MM-dd }}"
17
};
18
- string generatedTemplate = template.Map(clockInDetails, template);
+ string generatedTemplate = template.Map(clockInDetails);
19
string expectedString = "Last Clocked In: ";
20
Assert.Equal(expectedString, generatedTemplate, false, true, true);
21
}
0 commit comments