Skip to content

Commit

Permalink
Merge pull request #727 from pullmerge/master
Browse files Browse the repository at this point in the history
Fix some comments
  • Loading branch information
GianfrancoBazzani authored Apr 14, 2024
2 parents 6a04f01 + 2806c62 commit 68136bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/test/levels/DoubleEntryPoint.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract TestDoubleEntryPoint is Test, Utils {
TESTS
//////////////////////////////////////////////////////////////*/

/// @notice Check the intial state of the level and enviroment.
/// @notice Check the initial state of the level and environment.
function testInit() public {
vm.startPrank(player);
assertFalse(submitLevelInstance(ethernaut, address(instance)));
Expand Down
2 changes: 1 addition & 1 deletion contracts/test/levels/Elevator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract TestElevator is Test, Utils {
TESTS
//////////////////////////////////////////////////////////////*/

/// @notice Check the intial state of the level and enviroment.
/// @notice Check the initial state of the level and environment.
function testInit() public {
vm.startPrank(player);
assertFalse(submitLevelInstance(ethernaut, address(instance)));
Expand Down
2 changes: 1 addition & 1 deletion contracts/test/levels/Fallback.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract TestFallback is Test, Utils {
TESTS
//////////////////////////////////////////////////////////////*/

/// @notice Check the intial state of the level and enviroment.
/// @notice Check the initial state of the level and environment.
function testInit() public {
vm.startPrank(player);
assertFalse(submitLevelInstance(ethernaut, address(instance)));
Expand Down

0 comments on commit 68136bc

Please sign in to comment.