Skip to content

Commit 39d11d5

Browse files
Made fields in test model nullable
1 parent 2d7bd80 commit 39d11d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Altinn.App.Core.Tests/Implementation/PrefillSITest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class PrefillTestDataModel
1717

1818
public class PrefillDanTestDataModel
1919
{
20-
public string Email { get; set; }
21-
public string OrganizationNumber { get; set; }
20+
public string? Email { get; set; }
21+
public string? OrganizationNumber { get; set; }
2222
}
2323

2424
public class TestPrefillFields

0 commit comments

Comments
 (0)