Skip to content

Commit

Permalink
rm virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
aroralanuk committed Nov 5, 2024
1 parent 82ced26 commit 862d597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/test/token/HypERC20.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ contract HypERC20Test is HypTokenTest {
assertEq(erc20Token.balanceOf(BOB), 100e18);
}

function testRemoteTransfer() public virtual {
function testRemoteTransfer() public {
remoteToken.enrollRemoteRouter(
ORIGIN,
address(localToken).addressToBytes32()
Expand Down Expand Up @@ -413,7 +413,7 @@ contract HypERC20CollateralTest is HypTokenTest {

function testInitialize_revert_ifAlreadyInitialized() public {}

function testRemoteTransfer() public virtual {
function testRemoteTransfer() public {
uint256 balanceBefore = localToken.balanceOf(ALICE);

vm.prank(ALICE);
Expand Down

0 comments on commit 862d597

Please sign in to comment.