We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aeeec commit a939d6dCopy full SHA for a939d6d
src/test/java/org/mvplugins/multiverse/inventories/InjectionTest.kt
@@ -15,7 +15,7 @@ class InjectionTest : TestWithMockBukkit() {
15
16
@Test
17
fun `InventoriesCommand are available as a service`() {
18
- assertEquals(32, serviceLocator.getAllActiveServices(InventoriesCommand::class.java).size)
+ assertEquals(34, serviceLocator.getAllActiveServices(InventoriesCommand::class.java).size)
19
}
20
21
0 commit comments