Fix build

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2022-01-28 08:21:29 +01:00
parent f178db759c
commit f05b4baa8a

View File

@ -6,7 +6,7 @@ import static net.minestom.server.utils.inventory.PlayerInventoryUtils.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* Test conversion between packet slots & internal ones (used in events and inventory methods)
* Test conversion from packet slots to internal ones (used in events and inventory methods)
*/
public class PlayerSlotConversionTest {