fix backend tests

This commit is contained in:
Jason Kulatunga 2023-08-08 17:56:23 -07:00
parent fa70566dd9
commit cb1dab738d
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ func TestFhirPatient_ExtractSearchParameters(t *testing.T) {
"534 Erewhon St PleasantVille Vic 3999",
}, testAddress)
require.Equal(t, time.Date(1974, 12, 25, 0, 0, 0, 0, time.UTC), patientModel.Birthdate)
require.Equal(t, time.Date(1974, 12, 25, 0, 0, 0, 0, time.UTC), *patientModel.Birthdate)
}