Skip to content

Commit a521489

Browse files
committed
Sur Name changed to Surname in text.
1 parent d7cdd85 commit a521489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/TestWebAppCoreNemLogin3Sp/Controllers/MetadataController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ public IActionResult Index()
5959
{
6060
Company = "Some Company",
6161
GivenName = "Some Given Name",
62-
SurName = "Some Sur Name",
62+
SurName = "Some Surname",
6363
EmailAddress = "[email protected]",
6464
TelephoneNumber = "11111111",
6565
},
6666
new ContactPerson(ContactTypes.Technical)
6767
{
6868
Company = "Some Company",
6969
GivenName = "Some tech Given Name",
70-
SurName = "Some tech Sur Name",
70+
SurName = "Some tech Surname",
7171
EmailAddress = "[email protected]",
7272
TelephoneNumber = "22222222",
7373
}

0 commit comments

Comments
 (0)