[Gradle, JS] Fix naming of test and test data
#KT-38592 fixed
This commit is contained in:
+2
-2
@@ -146,8 +146,8 @@ class HierarchicalMppIT : BaseGradleIT() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testHmppWithJsBothDependency() {
|
fun testHmppWithPublishedJsBothDependency() {
|
||||||
val directoryPrefix = "hierarchical-mpp-with-js-modules"
|
val directoryPrefix = "hierarchical-mpp-with-js-published-modules"
|
||||||
publishThirdPartyLib(
|
publishThirdPartyLib(
|
||||||
projectName = "third-party-lib",
|
projectName = "third-party-lib",
|
||||||
directoryPrefix = directoryPrefix,
|
directoryPrefix = directoryPrefix,
|
||||||
|
|||||||
Reference in New Issue
Block a user