Skip to content

Commit 7956866

Browse files
committed
fix(tests): use constant for TARGET_CHAIN_ID in PythGovernance test
1 parent 94246c6 commit 7956866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/forge-test/PythGovernance.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ contract PythGovernanceTest is
167167
MAGIC,
168168
uint8(GovernanceModule.Target),
169169
uint8(GovernanceAction.SetValidPeriod),
170-
bytes32("ethereum"),
170+
TARGET_CHAIN_ID,
171171
uint64(0)
172172
);
173173

0 commit comments

Comments
 (0)