Skip to content

Commit

Permalink
doc(test): remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 3, 2024
1 parent 2f70e38 commit 60c949e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/foundry/ClientChainGateway.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ contract SetUp is Test {
vaultBeacon = new UpgradeableBeacon(address(vaultImplementation));
capsuleBeacon = new UpgradeableBeacon(address(capsuleImplementation));

// deploy BeaconProxyBytecode to store BeaconProxyBytecode
beaconProxyBytecode = new BeaconProxyBytecode();

restakeToken = new ERC20PresetFixedSupply("rest", "rest", 1e16, exocoreValidatorSet.addr);
Expand Down

0 comments on commit 60c949e

Please sign in to comment.