[Gradle, JS] Fix naming of test and test data
#KT-38592 fixed
This commit is contained in:
+3
-3
@@ -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() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user