Skip to content

Commit 9f8b993

Browse files
committed
Rename ignored file
1 parent fc04391 commit 9f8b993

File tree

2 files changed

+95195
-1
lines changed

2 files changed

+95195
-1
lines changed

scripts/ci-report/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var updateGoldenFiles = flag.Bool("update", false, "update .golden files")
1717
func TestOutputMatchesGoldenFile(t *testing.T) {
1818
t.Parallel()
1919

20-
goTests, err := parseGoTestJSON(filepath.Join("testdata", "gotests.json"))
20+
goTests, err := parseGoTestJSON(filepath.Join("testdata", "gotests-sample.json"))
2121
if err != nil {
2222
t.Fatalf("error parsing gotestsum report: %v", err)
2323
}

0 commit comments

Comments
 (0)