Add print to confirm that tests finished running

This commit is contained in:
David Dworken 2023-12-20 16:29:19 -08:00
parent fe6447fa06
commit d4af254ea7
No known key found for this signature in database

View File

@ -375,6 +375,7 @@ func AssertAllGoldensUsed() {
panic(fmt.Errorf("golden file %v was never used", path.Base(f.Name())))
}
}
fmt.Println("Validated that all goldens in testdata/ were referenced!")
}
func CompareGoldens(t testing.TB, out, goldenName string) {