before refactor

This commit is contained in:
DarkGopher 2025-06-23 17:53:41 +02:00
parent fcc5e805ec
commit 994871426d
2 changed files with 1 additions and 12 deletions

View file

@ -304,7 +304,7 @@ func TestRunAll(t *testing.T) {
fns := []func(t *testing.T){t1, t2, t3, t4, t5, t6, t7, t8, t9}
for idx, fn := range fns {
t.Run(fmt.Sprintf("Test-%d-prv-%s", idx+1, pn), fn)
t.Run(fmt.Sprintf("Test-%d-store-%s", idx+1, pn), fn)
}
}
}