Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Apr 24, 2024
1 parent 453c905 commit 324be9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial class TestData

public class CreateAccountBuilder
{
private string? _name = null;
private string _name = string.Empty;

public CreateAccountBuilder WithName(string name)
{
Expand Down

0 comments on commit 324be9c

Please sign in to comment.