Open yanganto opened 3 days ago
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.
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