Fix test - 54 flags

This commit is contained in:
tastybento 2023-03-13 20:42:26 -07:00
parent 2940d2e492
commit 70f044265a

View File

@ -46,7 +46,7 @@ public class FlagsManagerTest {
/**
* Update this value if the number of registered listeners changes
*/
private static final int NUMBER_OF_LISTENERS = 53;
private static final int NUMBER_OF_LISTENERS = 54;
@Mock
private BentoBox plugin;
@Mock