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 99e6dd7 commit 17fa61cCopy full SHA for 17fa61c
1 file changed
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(28, serviceLocator.getAllActiveServices(InventoriesCommand::class.java).size)
+ assertEquals(29, serviceLocator.getAllActiveServices(InventoriesCommand::class.java).size)
19
}
20
21
0 commit comments