Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Jan 14, 2024
1 parent 7d78b8f commit c6a287b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void testCannotOpenInvOfBrokenBlock() {

@Test
void testRightClickItem() {
// Place down an electric furnace
Player player = server.addPlayer();
ItemStack itemStack = windStaff.getItem();
player.getInventory().setItemInMainHand(itemStack);
Expand Down Expand Up @@ -185,7 +184,7 @@ void testRightClickItem() {

@Test
void testRightClickInteractableBlock() {
// Place down an electric furnace
// Place down an energy connector
PlayerMock player = server.addPlayer();
ItemStack itemStack = energyConnector.getItem();
player.getInventory().setItemInMainHand(itemStack);
Expand Down

0 comments on commit c6a287b

Please sign in to comment.