core: improve TestConfigNativeUpdateHistory subtests naming

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2023-11-20 20:03:01 +03:00
parent b5cf3f592f
commit a4779de375

View file

@ -1149,7 +1149,9 @@ func TestConfigNativeUpdateHistory(t *testing.T) {
"unit_testnet.single",
}
for _, tc := range testCases {
t.Run(fmt.Sprintf("%s", tc), func(t *testing.T) {
check(t, tc)
})
}
}