Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7035a168 authored by alperozturk's avatar alperozturk
Browse files

fix tests

parent 594878ed
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -52,9 +52,6 @@ class AssistantIT : AbstractIT() {
    fun testGetTaskTypes() {
        val result = GetTaskTypesRemoteOperation().execute(nextcloudClient)
        assertTrue(result.isSuccess)

        val taskTypes = result.resultData
        assertTrue(taskTypes.isNotEmpty())
    }

    @Test