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 0c6c7ac commit 0bcb825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public EducationOrganizationTestDataBuilder AddStudentSchoolAssociation(long sch
VALUES (
{schoolId},
{studentUSI},
'{entryDate}',
'{entryDate?.Date.ToShortDateString()}',
{TestGradeLevelDescriptorId});"
);

Expand Down

0 comments on commit 0bcb825

Please sign in to comment.