forked from TrueCloudLab/neoneo-go
core: rename TestManagement_DeployUpdateHardfork
So that hardfork name was explicitly present in the test name. We'll have a set of similar tests later. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
60795a899f
commit
87aaaf1a67
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func TestManagement_GetNEP17Contracts(t *testing.T) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestManagement_DeployUpdateHardfork(t *testing.T) {
|
func TestManagement_DeployUpdate_HFBasilisk(t *testing.T) {
|
||||||
bc, acc := chain.NewSingleWithCustomConfig(t, func(c *config.Blockchain) {
|
bc, acc := chain.NewSingleWithCustomConfig(t, func(c *config.Blockchain) {
|
||||||
c.Hardforks = map[string]uint32{
|
c.Hardforks = map[string]uint32{
|
||||||
config.HFBasilisk.String(): 2,
|
config.HFBasilisk.String(): 2,
|
||||||
|
|
Loading…
Reference in a new issue