Skip to content

Commit

Permalink
Merge pull request #12924 from nextcloud/newVersion
Browse files Browse the repository at this point in the history
Test new NC versions
  • Loading branch information
alperozturk96 authored Sep 30, 2024
2 parents 48ec7a9 + 201d617 commit d562034
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import org.junit.Test
class CapabilityUtilsIT : AbstractIT() {
@Test
fun checkOutdatedWarning() {
assertFalse(test(NextcloudVersion.nextcloud_30))
assertFalse(test(NextcloudVersion.nextcloud_29))
assertFalse(test(NextcloudVersion.nextcloud_28))
assertFalse(test(NextcloudVersion.nextcloud_27))

Expand Down

0 comments on commit d562034

Please sign in to comment.