Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 25, 2024
1 parent 9ad96b6 commit d8a8f75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions target_chains/cosmwasm/contracts/pyth/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2148,11 +2148,6 @@ mod test {

#[test]
fn test_authorize_governance_transfer_bad_source_index() {
let _source_2 = PythDataSource {
emitter: Binary::from(SECONDARY_GOVERNANCE_SOURCE.address.0),
chain_id: SECONDARY_GOVERNANCE_SOURCE.chain.into(),
};

let mut test_config = governance_test_config();
test_config.governance_source_index = 10;

Expand Down

0 comments on commit d8a8f75

Please sign in to comment.