Skip to content

Commit

Permalink
Remove magic numnber
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 25, 2024
1 parent a5c137e commit 0064135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_chains/cosmwasm/contracts/pyth/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ mod test {
let claim_vaa = create_vaa_from_payload(
&GovernanceInstruction {
module: Target,
target_chain_id: test_config.chain_id + 1,
target_chain_id: WRONG_CHAIN_ID.into(),
action: RequestGovernanceDataSourceTransfer {
governance_data_source_index: 11,
},
Expand Down

0 comments on commit 0064135

Please sign in to comment.