Skip to content

Commit 7329da0

Browse files
authored
Update authz_policy_test.go
1 parent 91490a2 commit 7329da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/wasm/keeper/authz_policy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestDefaultAuthzPolicyCanCreateCode(t *testing.T) {
4040
contractInstConf: types.AllowEverybody,
4141
exp: false,
4242
},
43-
"contract config - subtype": {
43+
"contract config - subtype": {
4444
chainConfigs: types.NewChainAccessConfigs(types.AllowEverybody, types.AllowEverybody),
4545
contractInstConf: types.AccessTypeAnyOfAddresses.With(myActorAddress),
4646
exp: true,
@@ -213,7 +213,7 @@ func TestGovAuthzPolicyCanCreateCode(t *testing.T) {
213213
chainConfigs: types.NewChainAccessConfigs(types.AccessTypeAnyOfAddresses.With(otherAddress), types.AllowEverybody),
214214
contractInstConf: types.AllowEverybody,
215215
},
216-
"contract config - subtype": {
216+
"contract config - subtype": {
217217
chainConfigs: types.NewChainAccessConfigs(types.AllowEverybody, types.AllowEverybody),
218218
contractInstConf: types.AccessTypeAnyOfAddresses.With(myActorAddress),
219219
},

0 commit comments

Comments
 (0)