Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
MiksuJak committed May 23, 2024
1 parent b2190cd commit 8a5ce08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ async function _upgradeSuite<T extends Contract> (
await (await proxy.upgradeTo(newContract.address)).wait()
const postUpgradeGetters = newGetters || getters
const newValues = await Promise.all(postUpgradeGetters.map(execGetter(existingContract)))
console.log('new values', newValues)
for (let i = 0; i < oldValues.length; i++) {
expect(oldValues[i], `Possible corrupted storage:
Getter: ${getters[i]}
Expand Down

0 comments on commit 8a5ce08

Please sign in to comment.