Skip to content

Commit

Permalink
fix backend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 9, 2023
1 parent fa70566 commit cb1dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/models/database/fhir_patient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

}

0 comments on commit cb1dab7

Please # to comment.