forked from TrueCloudLab/neoneo-go
core: improve TestConfigNativeUpdateHistory subtests naming
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
b5cf3f592f
commit
a4779de375
1 changed files with 3 additions and 1 deletions
|
@ -1149,7 +1149,9 @@ func TestConfigNativeUpdateHistory(t *testing.T) {
|
||||||
"unit_testnet.single",
|
"unit_testnet.single",
|
||||||
}
|
}
|
||||||
for _, tc := range testCases {
|
for _, tc := range testCases {
|
||||||
check(t, tc)
|
t.Run(fmt.Sprintf("%s", tc), func(t *testing.T) {
|
||||||
|
check(t, tc)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue