Fix compilation error in tests
(cherry picked from commit ea5b532)
This commit is contained in:
@@ -34,7 +34,7 @@ class IdeaModuleInfoTest : ModuleTestCase() {
|
||||
b.addDependency(a)
|
||||
|
||||
b.production.assertDependenciesEqual(b.production, a.production)
|
||||
assertDoesntContain(a.production.dependencies(), b.production)
|
||||
UsefulTestCase.assertDoesntContain(a.production.dependencies(), b.production)
|
||||
}
|
||||
|
||||
fun testCircularDependency() {
|
||||
|
||||
Reference in New Issue
Block a user