mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-10 02:19:30 +01:00
Fix test by incrementing listener value check
There is a new listener now.
This commit is contained in:
parent
0845722150
commit
9e3a57248a
@ -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 = 49;
|
private static final int NUMBER_OF_LISTENERS = 50;
|
||||||
@Mock
|
@Mock
|
||||||
private BentoBox plugin;
|
private BentoBox plugin;
|
||||||
@Mock
|
@Mock
|
||||||
|
Loading…
Reference in New Issue
Block a user