mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-09 17:01:51 +01:00
Fixes failing test
Increase flag listener counter.
This commit is contained in:
parent
c54358441d
commit
1991dc7236
@ -46,7 +46,7 @@ public class FlagsManagerTest {
|
|||||||
/**
|
/**
|
||||||
* Update this value if the number of registered listeners changes
|
* Update this value if the number of registered listeners changes
|
||||||
*/
|
*/
|
||||||
private static final int NUMBER_OF_LISTENERS = 52;
|
private static final int NUMBER_OF_LISTENERS = 53;
|
||||||
@Mock
|
@Mock
|
||||||
private BentoBox plugin;
|
private BentoBox plugin;
|
||||||
@Mock
|
@Mock
|
||||||
|
Loading…
Reference in New Issue
Block a user