Skip to content

Commit

Permalink
Change date format in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaksn committed Nov 6, 2024
1 parent 6347d64 commit 0c6c7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public EducationOrganizationTestDataBuilder AddStudent(string newGuidId)
VALUES (
'{newGuidId}',
'{newGuidId}',
'{DateTime.UtcNow.Date}',
'{DateTime.UtcNow.Date.ToShortDateString()}',
'{newGuidId}');"
);

Expand Down

0 comments on commit 0c6c7ac

Please sign in to comment.