Fix testdata fo IdeaModuleInfoTest: for script in module IdeaModuleInfo is created instead of ScriptModuleInfo.ForFile
This commit is contained in:
committed by
Ilya Chernikov
parent
b979f3dc52
commit
3b8bf3e74e
@@ -338,7 +338,6 @@ class IdeaModuleInfoTest : ModuleTestCase() {
|
|||||||
dependencies().contains(a.production)
|
dependencies().contains(a.production)
|
||||||
dependencies().contains(a.test)
|
dependencies().contains(a.test)
|
||||||
!dependencies().contains(b.production)
|
!dependencies().contains(b.production)
|
||||||
dependencies().firstIsInstance<ScriptDependenciesInfo.ForFile>()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user