File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func TestDefaultAuthzPolicyCanCreateCode(t *testing.T) {
40
40
contractInstConf : types .AllowEverybody ,
41
41
exp : false ,
42
42
},
43
- "contract config - subtype" : {
43
+ "contract config - subtype" : {
44
44
chainConfigs : types .NewChainAccessConfigs (types .AllowEverybody , types .AllowEverybody ),
45
45
contractInstConf : types .AccessTypeAnyOfAddresses .With (myActorAddress ),
46
46
exp : true ,
@@ -213,7 +213,7 @@ func TestGovAuthzPolicyCanCreateCode(t *testing.T) {
213
213
chainConfigs : types .NewChainAccessConfigs (types .AccessTypeAnyOfAddresses .With (otherAddress ), types .AllowEverybody ),
214
214
contractInstConf : types .AllowEverybody ,
215
215
},
216
- "contract config - subtype" : {
216
+ "contract config - subtype" : {
217
217
chainConfigs : types .NewChainAccessConfigs (types .AllowEverybody , types .AllowEverybody ),
218
218
contractInstConf : types .AccessTypeAnyOfAddresses .With (myActorAddress ),
219
219
},
You can’t perform that action at this time.
0 commit comments