Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsainati1 committed Feb 7, 2024
1 parent e0c4e72 commit 83432fd
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 83432fd

Please sign in to comment.