Skip to content

Commit

Permalink
fix: fix unit test address
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Jun 18, 2024
1 parent f2b739d commit 64a6499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/wasm-storage/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,13 @@ func (s *KeeperTestSuite) TestUpdateParams() {
{
name: "invalid authority",
input: types.MsgUpdateParams{
Authority: "cosmos16wfryel63g7axeamw68630wglalcnk3l0zuadc",
Authority: "seda1ucv5709wlf9jn84ynyjzyzeavwvurmdyxat26l",
Params: types.Params{
MaxWasmSize: 1, // 1 MB
WasmTTL: 1000,
},
},
expErrMsg: "invalid authority; expected " + authority + ", got cosmos16wfryel63g7axeamw68630wglalcnk3l0zuadc",
expErrMsg: "invalid authority; expected " + authority + ", got seda1ucv5709wlf9jn84ynyjzyzeavwvurmdyxat26l",
},
{
name: "invalid max wasm size",
Expand Down

0 comments on commit 64a6499

Please sign in to comment.