Skip to content

Commit

Permalink
notary_preparator_test: fix testing NR without Alphabet's sign
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Sep 4, 2024
1 parent 71197a3 commit 46d1163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/morph/event/notary_preparator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 46d1163

Please sign in to comment.