File tree 2 files changed +1
-2
lines changed
src/test/java/world/bentobox/level
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 71
71
<!-- Do not change unless you want different name for local builds. -->
72
72
<build .number>-LOCAL</build .number>
73
73
<!-- This allows to change between versions. -->
74
- <build .version>2.16.0 </build .version>
74
+ <build .version>2.16.1 </build .version>
75
75
<sonar .projectKey>BentoBoxWorld_Level</sonar .projectKey>
76
76
<sonar .organization>bentobox-world</sonar .organization>
77
77
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
Original file line number Diff line number Diff line change 4
4
import static org .junit .Assert .assertFalse ;
5
5
import static org .junit .Assert .assertTrue ;
6
6
import static org .mockito .ArgumentMatchers .any ;
7
- import static org .mockito .ArgumentMatchers .anyBoolean ;
8
7
import static org .mockito .ArgumentMatchers .anyInt ;
9
8
import static org .mockito .ArgumentMatchers .anyString ;
10
9
import static org .mockito .ArgumentMatchers .eq ;
You can’t perform that action at this time.
0 commit comments