Fix test by incrementing listener value check

There is a new listener now.
This commit is contained in:
tastybento 2021-07-06 14:55:19 -07:00
parent 0845722150
commit 9e3a57248a

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 = 49;
private static final int NUMBER_OF_LISTENERS = 50;
@Mock
private BentoBox plugin;
@Mock