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(tutorial): Fixed example tests in NFT tutorial #980

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

Jabbasnik
Copy link
Contributor

Motivation:

In this pull request, I've addressed the issue where the NFT tutorial tests were utilizing the older version of the etch cheatcode. The behavior of the etch cheatcode was recently altered in foundry-rs/foundry#4905, making the existing NFT tutorial tests incompatible.

Solution:

  • Updated the NFT tutorial tests to work with the new etch cheatcode behavior.
  • Changed the address to 11th. I'm uncertain if this is the ideal approach, so feedback on this particular change would be greatly appreciated.

This should ensure that the NFT tutorial is now up-to-date and functions as expected with the latest changes in the foundry-rs repository.

Please review the changes and provide insights, especially regarding the address change to the 11th. Let me know if any further modifications are required.

Copy link
Member

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

great catch!

@Evalir Evalir merged commit f914591 into foundry-rs:master Aug 12, 2023
1 check passed
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.

2 participants