We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cfa14 commit 4976b9bCopy full SHA for 4976b9b
internal/gojunitreport/go-junit-report_test.go
@@ -44,7 +44,7 @@ func TestRun(t *testing.T) {
44
continue
45
}
46
47
- t.Run(file, func(t *testing.T) {
+ t.Run(filepath.Base(file), func(t *testing.T) {
48
testRun(file, testDataDir+reportFile, conf, t)
49
})
50
0 commit comments