Skip to content

Commit

Permalink
Merge branch 'sainati/port-validator-fix' of github.com:onflow/cadenc…
Browse files Browse the repository at this point in the history
…e into sainati/contract-upgrade-checker
  • Loading branch information
dsainati1 committed Feb 7, 2024
2 parents 9ec4da0 + 83432fd commit e5989b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/contract_update_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -930,8 +930,8 @@ func TestRuntimeContractUpdateValidation(t *testing.T) {
return []byte(fmt.Sprintf(
`
transaction {
prepare(signer: AuthAccount) {
let acct = AuthAccount(payer: signer)
prepare(signer: auth(Storage) &Account) {
let acct = Account(payer: signer)
acct.contracts.add(name: "%s", code: "%s".decodeHex())
}
}
Expand Down

0 comments on commit e5989b5

Please sign in to comment.