Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make wallets address persistent in tests #377

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

wei3erHase
Copy link
Contributor

Description

The objective of this PR is to fix a bug that appears when the test needs to rollFork, the error appearance is intermittent, in my experience, main branch used to revert because of calling a non-existent contract (wallets), while after running tests with this fix, same branch (perhaps because of being cached) works fine. In contracts, when testing #374, receive the same reverts as I initially had:
image
image

Contribution Checklist

  • PR title starts with (PE-<TICKET_NUMBER>)
  • Code approved
  • Tests approved
  • CI Tests pass

@SidestreamColdMelon
Copy link
Contributor

Thanks for fixing the tests for the maintenance PRs 🙂

Copy link
Contributor

@amusingaxl amusingaxl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Thank you very much for your contribution 🚀

@amusingaxl amusingaxl merged commit 44c9b75 into makerdao:master Dec 21, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants