fix backend tests
This commit is contained in:
parent
fa70566dd9
commit
cb1dab738d
|
@ -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)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue