Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Oct 3, 2024
1 parent d1d3aff commit 39d168d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion protocol/x/accountplus/types/message_add_authenticator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestMsgCompleteBridge_ValidateBasic(t *testing.T) {
func TestMsgAddAuthenticator_ValidateBasic(t *testing.T) {
const messageFilterData = "/cosmos.bank.v1beta1.MsgMultiSend,/cosmos.bank.v1beta1.MsgSend"

tests := map[string]struct {
Expand Down Expand Up @@ -45,6 +45,14 @@ func TestMsgCompleteBridge_ValidateBasic(t *testing.T) {
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"}
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"}
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"},
{"Type":"SignatureVerification","Config":"%s"}
]
"
},
Expand All @@ -54,6 +62,14 @@ func TestMsgCompleteBridge_ValidateBasic(t *testing.T) {
constants.BobPrivateKey.PubKey().String(),
constants.CarlPrivateKey.PubKey().String(),
constants.DavePrivateKey.PubKey().String(),
constants.AlicePrivateKey.PubKey().String(),
constants.BobPrivateKey.PubKey().String(),
constants.CarlPrivateKey.PubKey().String(),
constants.DavePrivateKey.PubKey().String(),
constants.AlicePrivateKey.PubKey().String(),
constants.BobPrivateKey.PubKey().String(),
constants.CarlPrivateKey.PubKey().String(),
constants.DavePrivateKey.PubKey().String(),
),
),
},
Expand Down

0 comments on commit 39d168d

Please sign in to comment.