Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename ignored file
  • Loading branch information
mafredri committed Mar 29, 2023
commit 9f8b993a0a943ca1845ffdbefb3aa401396c2017
2 changes: 1 addition & 1 deletion scripts/ci-report/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var updateGoldenFiles = flag.Bool("update", false, "update .golden files")
func TestOutputMatchesGoldenFile(t *testing.T) {
t.Parallel()

goTests, err := parseGoTestJSON(filepath.Join("testdata", "gotests.json"))
goTests, err := parseGoTestJSON(filepath.Join("testdata", "gotests-sample.json"))
if err != nil {
t.Fatalf("error parsing gotestsum report: %v", err)
}
Expand Down
Loading