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

Add missing parameter to spin function #930

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Levi0804
Copy link

@Levi0804 Levi0804 commented Dec 6, 2024

Summary

This PR fixes an issue in resource_roulette.move (networks/movement/movement-client/src/tests/complex-alice/sources/resource_roulette.move) where the spin() function was invoked without passing the required arguments. This change ensures that the function is now called with the correct argument.

Changelog

  • Replaced all instances of spin(); with spin(account); to pass the account parameter correctly.

Testing

  • The modified spin() function now accepts and correctly processes the account parameter.
  • All tests within the module are now passing.

Outstanding issues

  • No outstanding issues. All necessary changes are included in this PR.

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.

1 participant