From 93fde3b4e67b5893683f49c0af1ffced67a88952 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Fri, 22 Apr 2022 13:48:07 +0300 Subject: [PATCH] core: fix typo in TestCreateBasicChain --- pkg/core/basic_chain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/core/basic_chain_test.go b/pkg/core/basic_chain_test.go index 480db1eb8..d460685bb 100644 --- a/pkg/core/basic_chain_test.go +++ b/pkg/core/basic_chain_test.go @@ -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