From 46d11639369562b2a441f5b525121fd4d235b4b4 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Wed, 4 Sep 2024 18:30:44 +0300 Subject: [PATCH] notary_preparator_test: fix testing NR without Alphabet's sign Signed-off-by: Pavel Karpy --- pkg/morph/event/notary_preparator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/morph/event/notary_preparator_test.go b/pkg/morph/event/notary_preparator_test.go index 5cffcdf125..87f0d3678e 100644 --- a/pkg/morph/event/notary_preparator_test.go +++ b/pkg/morph/event/notary_preparator_test.go @@ -441,7 +441,7 @@ func TestPrepare_CorrectNR(t *testing.T) { preparator := notaryPreparator(alphaKeys[0].GetScriptHash(), alphaKeysSource(), blockCounter{100, nil}) for _, test := range tests { - for i := range 1 { // run tests against 3 and 4 witness NR + for i := range 2 { // run tests against 3 and 4 witness NR for j, dummyMultisig := range []bool{true, false} { // run tests against empty and dummy multisig/Notary witness method := test.method + strconv.FormatInt(int64(j), 10) preparator.allowNotaryEvent(notaryScriptWithHash{