Skip to content

Commit 5313285

Browse files
committed
Unit Tests: fixed IntelliJPluginSpec test
1 parent d1d25e3 commit 5313285

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/kotlin/org/jetbrains/intellij/IntelliJPluginSpec.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ class IntelliJPluginSpec : IntelliJPluginSpecBase() {
513513
fun `expect build fails when using unsupported Gradle version`() {
514514
val unsupportedGradleVersions = setOf(
515515
"6.4",
516-
"6.7.1",
517516
)
518517

519518
unsupportedGradleVersions.forEach { gradleVersion ->

0 commit comments

Comments
 (0)