여러명에서 UI를 렌더링하고 있을 때, Inventory가 닫히지 않는 것 같습니다
(InventoryCreationTests에서 openInventory.close 부분을 주석처리할 시에 testInventoryClose에 실패합니다)
위의 부분을 주석처리 하였음에도 단위테스트 testInventoryClose만 실행할 경우에는 정상적으로 작동합니다.
MockBukkit의 버그에 의해 발생할 수도 있으니, 실제 게임에서의 테스트가 필요합니다.
A somewhat copy past of Jetbrain's code from the kotlin plugin repo to make it humanly possible to test Intellij IDEA kotlin plugins that work on kotlin