Add unit test for create reply command
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / fcp / SoneCommandTest.kt
index b2fb4ae..2f2de5c 100644 (file)
@@ -37,6 +37,7 @@ abstract class SoneCommandTest {
        @Before
        fun setupCore() {
                whenever(core.getSone(anyString())).thenReturn(absent())
+               whenever(core.getPost(anyString())).thenReturn(absent())
        }
 
        protected fun requestWithoutAnyParameterResultsInFcpException() {