We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
init
The following repo shows the restrictions about the testcase in a different file. https://github.com/yanganto/SuiMoveTestIssue
The demo1 and demo2 are the same, and the testcases are the same, the only different is one is in the module and the other is in the test module.
sui move test
/demo1
/demo2
Expected the demo2 should pass. Specify what outcome you expected should have resulted, but didn't.
demo2
The test of demo2 fails, due to the visibility issue.
The text was updated successfully, but these errors were encountered:
Hi, I update the readme of the repo, and also propose a solution for this. https://github.com/yanganto/SuiMoveTestIssue/pull/3/files
If this proposal looks good, and the issue is a not urgent one, I will happy to work on this and make a PR here.
Sorry, something went wrong.
tnowacki
tzakian
No branches or pull requests
Steps to Reproduce Issue
The following repo shows the restrictions about the testcase in a different file.
https://github.com/yanganto/SuiMoveTestIssue
The demo1 and demo2 are the same, and the testcases are the same, the only different is one is in the module and the other is in the test module.
sui move test
under/demo1
sui move test
under/demo2
Expected Result
Expected the
demo2
should pass.Specify what outcome you expected should have resulted, but didn't.
Actual Result
The test of demo2 fails, due to the visibility issue.
System Information
The text was updated successfully, but these errors were encountered: