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
22.0.1
Followed this tutorial https://developers.stellar.org/docs/build/smart-contracts/getting-started/hello-world. Created test.rs using the init command as follows.
stellar contract init soroban-hello-world
Got an error in the 'Contract Unit Test' section, and then modified Line 9 in test.rs as follows.
let contract_id = env.register_contract(None, Contract);
After the modification, I got the same output as shown in the tutorial.
The text was updated successfully, but these errors were encountered:
Fix issue stellar#1405: Update test.rs to see the expected output whe…
13f16d4
…n running 'cargo test' in this tutorial https://developers.stellar.org/docs/build/smart-contracts/getting-started/hello-world
No branches or pull requests
What version are you using?
22.0.1
What did you do?
Followed this tutorial https://developers.stellar.org/docs/build/smart-contracts/getting-started/hello-world.
Created test.rs using the init command as follows.
Got an error in the 'Contract Unit Test' section, and then modified Line 9 in test.rs as follows.
After the modification, I got the same output as shown in the tutorial.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: