We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab2ddc commit 3b6c8dbCopy full SHA for 3b6c8db
shop_orig/test/EonKeyPublish.t.sol renamed to test/EonKeyPublish.t.sol
@@ -2,7 +2,7 @@
2
pragma solidity ^0.8.22;
3
4
import "forge-std/Test.sol";
5
-import "../src/EonKeyPublish.sol";
+import "../src/common/EonKeyPublish.sol";
6
7
contract EonKeyPublishTest is Test {
8
KeyperSetManager public manager;
@@ -194,7 +194,6 @@ contract EonKeyPublishTest is Test {
194
}
195
196
function testHasVoted() public {
197
- uint64 eon = 1;
198
address[] memory members = new address[](5);
199
members[0] = address(61);
200
members[1] = address(62);
shop_orig/test/Inbox.t.sol renamed to test/Inbox.t.sol
-import "../src/Inbox.sol";
+import "../src/shop/Inbox.sol";
contract NonReceivable {}
0 commit comments