Skip to content

Commit

Permalink
Add missing pub to storage field in testing internals (#2597)
Browse files Browse the repository at this point in the history
## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md` <-- **Is this necessary for docs
change?**
  • Loading branch information
0xNeshi authored Oct 22, 2024
1 parent 8df49f6 commit c177b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trait IContract<TContractState> {}
pub mod Contract {
#[storage]
pub struct Storage {
balance: felt252,
pub balance: felt252,
}

#[generate_trait]
Expand Down

0 comments on commit c177b05

Please sign in to comment.