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

🐛 [BUG] - Some generated symbols have inappropriate casing in test_fuzz.rs #228

Open
Toshiyuki-Tega opened this issue Nov 25, 2024 · 0 comments · May be fixed by #229
Open

🐛 [BUG] - Some generated symbols have inappropriate casing in test_fuzz.rs #228

Toshiyuki-Tega opened this issue Nov 25, 2024 · 0 comments · May be fixed by #229
Labels
bug Something isn't working

Comments

@Toshiyuki-Tega
Copy link

Description

There is a minor aesthetic bug when generating test_fuzz.rs, where strings that should be converted to uppercase are output in lowercase.

use vault::ID as PROGRAM_ID_vault;
const PROGRAM_NAME_vault: &str = "vault";

Reproduction steps

1. Install Trident 0.8.1
2. Run `trident init` on your Anchor project
3. See `test_fuzz.rs`

Reproduction URL

No response

Screenshots

No response

Logs

No response

OS

No response

@Toshiyuki-Tega Toshiyuki-Tega added the bug Something isn't working label Nov 25, 2024
Toshiyuki-Tega added a commit to Toshiyuki-Tega/trident that referenced this issue Nov 25, 2024
@Toshiyuki-Tega Toshiyuki-Tega linked a pull request Nov 25, 2024 that will close this issue
1 task
@Toshiyuki-Tega Toshiyuki-Tega changed the title 🐛 [BUG] - Some generated symbols have inappropriate casing when in test_fuzz.rs 🐛 [BUG] - Some generated symbols have inappropriate casing in test_fuzz.rs Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant