You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add mut to contract variables in test functions to resolve compilation errors
- Fix mutability errors in test_update_new_price_feed
- Fix mutability errors in test_update_existing_price_feed
- Fix mutability errors in test_invalid_magic_header
- Fix mutability errors in test_invalid_wire_format
- Fix mutability errors in test_invalid_wormhole_vaa
- Fix mutability errors in test_invalid_merkle_proof
All compilation errors related to borrowing immutable contracts as mutable are now resolved.
Co-Authored-By: [email protected] <[email protected]>
0 commit comments