[Gradle, JS] Fix naming of test and test data

#KT-38592 fixed
This commit is contained in:
Ilya Goncharov
2020-05-20 19:20:52 +03:00
parent d089bbe14a
commit bed7b23d6c
8 changed files with 3 additions and 3 deletions
@@ -146,8 +146,8 @@ class HierarchicalMppIT : BaseGradleIT() {
}
@Test
fun testHmppWithJsBothDependency() {
val directoryPrefix = "hierarchical-mpp-with-js-modules"
fun testHmppWithPublishedJsBothDependency() {
val directoryPrefix = "hierarchical-mpp-with-js-published-modules"
publishThirdPartyLib(
projectName = "third-party-lib",
directoryPrefix = directoryPrefix,
@@ -592,4 +592,4 @@ class HierarchicalMppIT : BaseGradleIT() {
}
}
}
}
}