-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Decentraland + Gnosis Safe: Create test cases for a failed flow #273
Comments
@marcelomorgado I wonder if we should create an issue on Decentraland's |
Yes, It'll be nice. |
Remaining task. Make asserts instead of skip failed test cases. |
I'm reopening that because of the latest comments. |
That flow isn't working because of the highlighted situation:
I) Pre conditions:
II) On boarding:
III) Buy operation:
A test case should be created to cover this case.
The step II.3 doesn't work. The marketplace executes
erc20.transferFrom(msg.sender, ...)
so the ephemeral account should have balance.MANAToken
The text was updated successfully, but these errors were encountered: