Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MiksuJak committed May 23, 2024
1 parent 8a5ce08 commit 81fea12
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 @@ -69,6 +69,7 @@ async function _upgradeSuite<T extends Contract> (
const postUpgradeGetters = newGetters || getters
const newValues = await Promise.all(postUpgradeGetters.map(execGetter(existingContract)))
console.log('new values', newValues)
console.log('old values', oldValues)
for (let i = 0; i < oldValues.length; i++) {
expect(oldValues[i], `Possible corrupted storage:
Getter: ${getters[i]}
Expand Down

0 comments on commit 81fea12

Please sign in to comment.