Skip to content

Commit

Permalink
test: fix to appropriate test
Browse files Browse the repository at this point in the history
  • Loading branch information
da1suk8 committed Oct 6, 2022
1 parent 6abb814 commit 0034636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/wasm/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ func TestInstantiateWithPermissions(t *testing.T) {
srcActor: myAddr,
},
"onlyAddress with non matching address": {
srcActor: myAddr,
srcPermission: types.AccessTypeOnlyAddress.With(otherAddr),
expError: sdkerrors.ErrUnauthorized,
},
Expand Down

0 comments on commit 0034636

Please sign in to comment.