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

Unverified Commit 40c69c4f authored by alperozturk's avatar alperozturk
Browse files

add v1 api

parent dce1121e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ import junit.framework.TestCase.assertTrue
import org.junit.Before
import org.junit.Test

class AssistantITV1 : AbstractIT() {
class AssistantV1Tests : AbstractIT() {
    @Before
    fun before() {
        testOnlyOnServer(NextcloudVersion.nextcloud_28)
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ import junit.framework.TestCase.assertTrue
import org.junit.Before
import org.junit.Test

class AssistantITV2 : AbstractIT() {
class AssistantV2Tests : AbstractIT() {
    @Before
    fun before() {
        testOnlyOnServer(NextcloudVersion.nextcloud_30)