core: fix typo in TestCreateBasicChain
This commit is contained in:
parent
63c26ca270
commit
93fde3b4e6
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ func TestCreateBasicChain(t *testing.T) {
|
|||
|
||||
func initBasicChain(t *testing.T, e *neotest.Executor) {
|
||||
if !e.Chain.GetConfig().P2PSigExtensions {
|
||||
t.Fatal("P2PSitExtensions should be enabled to init basic chain")
|
||||
t.Fatal("P2PSigExtensions should be enabled to init basic chain")
|
||||
}
|
||||
|
||||
const neoAmount = 99999000
|
||||
|
|
Loading…
Reference in a new issue