Skip to content

Commit a939d6d

Browse files
committed
Fix command count test
1 parent 06aeeec commit a939d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/mvplugins/multiverse/inventories/InjectionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class InjectionTest : TestWithMockBukkit() {
1515

1616
@Test
1717
fun `InventoriesCommand are available as a service`() {
18-
assertEquals(32, serviceLocator.getAllActiveServices(InventoriesCommand::class.java).size)
18+
assertEquals(34, serviceLocator.getAllActiveServices(InventoriesCommand::class.java).size)
1919
}
2020

2121
@Test

0 commit comments

Comments
 (0)