diff --git a/official_test.go b/official_test.go index e89aee3..4fb3c8c 100644 --- a/official_test.go +++ b/official_test.go @@ -51,7 +51,7 @@ func TestOfficial(t *testing.T) { for _, group := range officialTests.Groups { for _, test := range group.Tests { - testName := fmt.Sprintf("%s/%s", group.Name, test.Name) + testName := fmt.Sprintf("%s/%s/%s/%s", group.Name, test.Name, test.InputFile, test.Expression.Expression) totalTests++ fhir, err := readFhirTestFile(convertXmlFileNameToJsonFileName(test.InputFile)) assert.NoError(t, err)