Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
DedAnton committed Nov 15, 2023
1 parent ad3ce24 commit 59a7041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextGenMapperTests/Tests/MapMethodInvocation/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public class Program
public object? RunTest()
{
Source? source = new Source();
return source.Map<Destination>();
return source?.Map<Destination>();
}
}
Expand Down

0 comments on commit 59a7041

Please sign in to comment.