Skip to content

Commit

Permalink
Strip testdata path from subtests name
Browse files Browse the repository at this point in the history
  • Loading branch information
jstemmer committed Apr 21, 2022
1 parent 49cfa14 commit 4976b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gojunitreport/go-junit-report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestRun(t *testing.T) {
continue
}

t.Run(file, func(t *testing.T) {
t.Run(filepath.Base(file), func(t *testing.T) {
testRun(file, testDataDir+reportFile, conf, t)
})
}
Expand Down

0 comments on commit 4976b9b

Please sign in to comment.