Skip to content

Commit fd8a174

Browse files
Test only on next version
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent dcad035 commit fd8a174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/androidTest/java/com/nextcloud/android/lib/resources/users/GenerateOneTimeAppPasswordRemoteOperationIT.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import org.junit.Test
1717
class GenerateOneTimeAppPasswordRemoteOperationIT : AbstractIT() {
1818
@Test
1919
fun generateAppPassword() {
20-
// only on NC33+
21-
testOnlyOnServer(NextcloudVersion.nextcloud_33)
20+
// only on NC34+
21+
testOnlyOnServer(NextcloudVersion.nextcloud_34)
2222

2323
val sut = GenerateOneTimeAppPasswordRemoteOperation()
2424
val result = sut.execute(nextcloudClient)

0 commit comments

Comments
 (0)