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
Add internal verification to governance test functions
- Add sequence number verification to test_set_data_sources, test_set_fee, test_set_fee_in_token, and test_set_transaction_fee
- Verify state changes by attempting to execute the same governance instruction twice
- Second execution should fail due to sequence number increment, confirming first execution succeeded
- Clean up imports and remove problematic get_update_fee calls
- All modified tests now pass with internal verification logic
Co-Authored-By: [email protected] <[email protected]>
0 commit comments