Skip to content

Commit 3b6c8db

Browse files
committed
Add missing tests from shop
1 parent 5ab2ddc commit 3b6c8db

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

shop_orig/test/EonKeyPublish.t.sol renamed to test/EonKeyPublish.t.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity ^0.8.22;
33

44
import "forge-std/Test.sol";
5-
import "../src/EonKeyPublish.sol";
5+
import "../src/common/EonKeyPublish.sol";
66

77
contract EonKeyPublishTest is Test {
88
KeyperSetManager public manager;
@@ -194,7 +194,6 @@ contract EonKeyPublishTest is Test {
194194
}
195195

196196
function testHasVoted() public {
197-
uint64 eon = 1;
198197
address[] memory members = new address[](5);
199198
members[0] = address(61);
200199
members[1] = address(62);

shop_orig/test/Inbox.t.sol renamed to test/Inbox.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity ^0.8.22;
33

44
import "forge-std/Test.sol";
5-
import "../src/Inbox.sol";
5+
import "../src/shop/Inbox.sol";
66

77
contract NonReceivable {}
88

0 commit comments

Comments
 (0)