before refactor
This commit is contained in:
parent
fcc5e805ec
commit
994871426d
2 changed files with 1 additions and 12 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue