Add some missing tests for write access
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / fcp / LikeReplyCommandTest.kt
index b5f7823..d222c27 100644 (file)
@@ -30,6 +30,11 @@ class LikeReplyCommandTest : SoneCommandTest() {
        }
 
        @Test
+       fun `command requires write access`() {
+               assertThat(command.requiresWriteAccess(), equalTo(true))
+       }
+
+       @Test
        fun `request without parameters results in FCP exception`() {
                requestWithoutAnyParameterResultsInFcpException()
        }