Skip to content

Commit 763333c

Browse files
committed
fix
1 parent 9c72f76 commit 763333c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mapster.Tests/WhenMappingNullablePrimitives.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ public void Can_Map_From_Non_Nullable_Source_To_Nullable_Target()
134134
poco.IsImport.GetValueOrDefault().ShouldBeTrue();
135135
}
136136

137+
/// <summary>
138+
/// https://github.com/MapsterMapper/Mapster/issues/414
139+
/// </summary>
137140
[TestMethod]
138141
public void MappingNullTuple()
139142
{

0 commit comments

Comments
 (0)