From 00641351b7ab351f86f8e7dcb4d7e008fa212319 Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Thu, 25 Jan 2024 18:15:55 +0000 Subject: [PATCH] Remove magic numnber --- target_chains/cosmwasm/contracts/pyth/src/contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/cosmwasm/contracts/pyth/src/contract.rs b/target_chains/cosmwasm/contracts/pyth/src/contract.rs index 6ce51043e8..6dc3398060 100644 --- a/target_chains/cosmwasm/contracts/pyth/src/contract.rs +++ b/target_chains/cosmwasm/contracts/pyth/src/contract.rs @@ -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, },