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

Allow to call init and debug inner field in a test module #20999

Open
texasspurstar opened this issue Jan 28, 2025 · 2 comments
Open

Allow to call init and debug inner field in a test module #20999

texasspurstar opened this issue Jan 28, 2025 · 2 comments
Assignees
Labels

Comments

@texasspurstar
Copy link

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.

Call sui move test under /demo1
Call 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
OS: NixOS
Compiler: Rust 1.81

Copy link
Contributor

Thank you for opening this issue, a team member will review it shortly. Until then, please do not interact with any users that claim to be from Sui support and do not click on any links!

@stefan-mysten
Copy link
Contributor

See #20481

@stefan-mysten stefan-mysten self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants