Skip to content

Commit

Permalink
Fixed code issue from an ekstra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
lovoll committed Feb 1, 2024
1 parent 5ecbd70 commit 673cea0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ await TestDataLoader.Load<UserProfile>(userUuids[1].ToString())
responseContent, serializerOptionsCamelCase);

// These asserts check that deserializing with camel casing was successful.

Assert.Equal(userUuids[0], actualUsers[0].UserUuid);
Assert.Equal("LEO WILHELMSEN", actualUsers[0].Party.Name);
Assert.Equal("LEO", actualUsers[0].Party.Person.FirstName);
Expand Down

0 comments on commit 673cea0

Please sign in to comment.