From b750e1e62c1045183c540ffed86c00a838bf01bb Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Tue, 11 Apr 2023 16:19:15 +0200 Subject: [PATCH] [Gradle, K/N] Fix a small typo in a test name --- .../kotlin/gradle/native/NativeXcodeSimulatorTestsIT.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeXcodeSimulatorTestsIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeXcodeSimulatorTestsIT.kt index 0db37164519..5f128190425 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeXcodeSimulatorTestsIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeXcodeSimulatorTestsIT.kt @@ -58,9 +58,9 @@ class NativeXcodeSimulatorTestsIT : KGPBaseTest() { } } - @DisplayName("iOS simulator test with an https request doesn't with the standalone mode disabled") + @DisplayName("iOS simulator test with an https request doesn't fail with the standalone mode disabled") @GradleTest - fun checkSimulatorTestFailsInNonStandaloneMode(gradleVersion: GradleVersion) { + fun checkSimulatorTestDoesNotFailInNonStandaloneMode(gradleVersion: GradleVersion) { project("native-test-ios-https-request", gradleVersion) { bootXcodeSimulator(defaultIosSimulator) buildGradleKts.append(