From 7cea6392092ebc68d886c23f57f1f94d7c2d470c Mon Sep 17 00:00:00 2001 From: Ilya Muradyan Date: Mon, 10 May 2021 16:51:34 +0300 Subject: [PATCH] chore: fix typo in comment --- .../test/kotlin/script/experimental/test/MavenResolverTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/scripting/dependencies-maven/test/kotlin/script/experimental/test/MavenResolverTest.kt b/libraries/scripting/dependencies-maven/test/kotlin/script/experimental/test/MavenResolverTest.kt index f41778361e6..b9222561f6f 100644 --- a/libraries/scripting/dependencies-maven/test/kotlin/script/experimental/test/MavenResolverTest.kt +++ b/libraries/scripting/dependencies-maven/test/kotlin/script/experimental/test/MavenResolverTest.kt @@ -82,7 +82,7 @@ class MavenResolverTest : ResolversTestBase() { } // Ignored - tests with custom repos often break the CI due to the caching issues - // TODO: find a way to enable iut back + // TODO: find a way to enable it back @Ignore fun ignore_testResolveFromAnnotationsWillResolveTheSameRegardlessOfAnnotationOrder() { val dependsOnConstructor = DependsOn::class.primaryConstructor!!