浏览代码

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
 // 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;
 pragma solidity ^0.8.0;
 
 
 import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
 import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";