[Gradle, K/N] Fix a small typo in a test name

This commit is contained in:
Alexander.Likhachev
2023-04-11 16:19:15 +02:00
parent f439d4d147
commit b750e1e62c
@@ -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(