Fixes failing test

Increase flag listener counter.
This commit is contained in:
BONNe 2022-06-14 09:09:06 +03:00 committed by GitHub
parent c54358441d
commit 1991dc7236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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