瀏覽代碼

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";