mark test helper as helper

If this fails, it'd be nice to know which invocation of it failed.
This commit is contained in:
Seebs 2023-01-30 12:58:10 -06:00 committed by seebs
parent f205459003
commit d6ec9649fc

View file

@ -7421,6 +7421,7 @@ func backupTest(t *testing.T, c *test.Cluster, index string) {
}
func chkSumCluster(t *testing.T, c *test.Cluster) string {
t.Helper()
buf := &bytes.Buffer{}
chkSumLog := logger.NewStandardLogger(buf)
chkSum := ctl.NewChkSumCommand(chkSumLog)