Skip to content

Commit

Permalink
ugh missed test assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Jan 24, 2024
1 parent bae57a5 commit 601f14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/metadata/types/msg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ func TestMsgAddNetAssetValueValidateBasic(t *testing.T) {
{
name: "validation of net asset value failure",
msg: MsgAddNetAssetValuesRequest{ScopeId: scopeID, NetAssetValues: []NetAssetValue{invalidNetAssetValue}, Signers: []string{addr}},
expErr: "marker net asset value volume must be positive value",
expErr: "scope net asset value volume must be positive value",
},
{
name: "duplicate net asset values",
Expand Down

0 comments on commit 601f14b

Please sign in to comment.