소스 검색

chore(tests): migrate tests from pyth.js to PythGovernance.t.sol, excluding Wormhole-specific tests

Daniel Chew 7 달 전
부모
커밋
dc9fa657dc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      target_chains/ethereum/contracts/forge-test/PythGovernance.t.sol

+ 3 - 0
target_chains/ethereum/contracts/forge-test/PythGovernance.t.sol

@@ -1,5 +1,8 @@
 // SPDX-License-Identifier: Apache 2
 
+// NOTE: These tests were migrated from target_chains/ethereum/contracts/test/pyth.js but exclude the Wormhole-specific tests,
+// which remain in the original JavaScript test file.
+
 pragma solidity ^0.8.0;
 
 import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";