@@ -11181,12 +11181,12 @@ func TestRuntimeForbidPublicEntitlementBorrow(t *testing.T) {
11181
11181
return nil
11182
11182
},
11183
11183
OnValidateAccountCapabilitiesGet : func (
11184
- inter * interpreter.Interpreter ,
11185
- locationRange interpreter.LocationRange ,
11186
- address interpreter.AddressValue ,
11184
+ _ interpreter.AccountCapabilityGetValidationContext ,
11185
+ _ interpreter.LocationRange ,
11186
+ _ interpreter.AddressValue ,
11187
11187
path interpreter.PathValue ,
11188
11188
wantedBorrowType * sema.ReferenceType ,
11189
- capabilityBorrowType * sema.ReferenceType ,
11189
+ _ * sema.ReferenceType ,
11190
11190
) (bool , error ) {
11191
11191
11192
11192
validatedPaths = append (validatedPaths , path )
@@ -11270,12 +11270,12 @@ func TestRuntimeForbidPublicEntitlementGet(t *testing.T) {
11270
11270
return nil
11271
11271
},
11272
11272
OnValidateAccountCapabilitiesGet : func (
11273
- inter * interpreter.Interpreter ,
11274
- locationRange interpreter.LocationRange ,
11275
- address interpreter.AddressValue ,
11273
+ _ interpreter.AccountCapabilityGetValidationContext ,
11274
+ _ interpreter.LocationRange ,
11275
+ _ interpreter.AddressValue ,
11276
11276
path interpreter.PathValue ,
11277
11277
wantedBorrowType * sema.ReferenceType ,
11278
- capabilityBorrowType * sema.ReferenceType ,
11278
+ _ * sema.ReferenceType ,
11279
11279
) (bool , error ) {
11280
11280
11281
11281
validatedPaths = append (validatedPaths , path )
@@ -11355,9 +11355,9 @@ func TestRuntimeForbidPublicEntitlementPublish(t *testing.T) {
11355
11355
return nil
11356
11356
},
11357
11357
OnValidateAccountCapabilitiesPublish : func (
11358
- inter * interpreter.Interpreter ,
11359
- locationRange interpreter.LocationRange ,
11360
- address interpreter.AddressValue ,
11358
+ _ interpreter.AccountCapabilityPublishValidationContext ,
11359
+ _ interpreter.LocationRange ,
11360
+ _ interpreter.AddressValue ,
11361
11361
path interpreter.PathValue ,
11362
11362
capabilityBorrowType * interpreter.ReferenceStaticType ,
11363
11363
) (bool , error ) {
@@ -11412,9 +11412,9 @@ func TestRuntimeForbidPublicEntitlementPublish(t *testing.T) {
11412
11412
return nil
11413
11413
},
11414
11414
OnValidateAccountCapabilitiesPublish : func (
11415
- inter * interpreter.Interpreter ,
11416
- locationRange interpreter.LocationRange ,
11417
- address interpreter.AddressValue ,
11415
+ _ interpreter.AccountCapabilityPublishValidationContext ,
11416
+ _ interpreter.LocationRange ,
11417
+ _ interpreter.AddressValue ,
11418
11418
path interpreter.PathValue ,
11419
11419
capabilityBorrowType * interpreter.ReferenceStaticType ,
11420
11420
) (bool , error ) {
@@ -11469,9 +11469,9 @@ func TestRuntimeForbidPublicEntitlementPublish(t *testing.T) {
11469
11469
return nil
11470
11470
},
11471
11471
OnValidateAccountCapabilitiesPublish : func (
11472
- inter * interpreter.Interpreter ,
11473
- locationRange interpreter.LocationRange ,
11474
- address interpreter.AddressValue ,
11472
+ _ interpreter.AccountCapabilityPublishValidationContext ,
11473
+ _ interpreter.LocationRange ,
11474
+ _ interpreter.AddressValue ,
11475
11475
path interpreter.PathValue ,
11476
11476
capabilityBorrowType * interpreter.ReferenceStaticType ,
11477
11477
) (bool , error ) {
0 commit comments