Minor, fix before vs after in some tests

This commit is contained in:
Alexander Udalov
2017-09-07 11:38:04 +03:00
parent b01a3eb747
commit 1b45e9d517
2 changed files with 2 additions and 2 deletions
@@ -99,6 +99,6 @@ abstract class AbstractMultiFileIntentionTest : KotlinLightCodeInsightFixtureTes
PsiDocumentManager.getInstance(project).commitAllDocuments()
FileDocumentManager.getInstance().saveAllDocuments()
PlatformTestUtil.assertDirectoriesEqual(beforeVFile, afterVFile)
PlatformTestUtil.assertDirectoriesEqual(afterVFile, beforeVFile)
}
}
@@ -374,7 +374,7 @@ abstract class AbstractRenameTest : KotlinLightCodeInsightFixtureTestCase() {
PsiDocumentManager.getInstance(project).commitAllDocuments()
FileDocumentManager.getInstance().saveAllDocuments()
PlatformTestUtil.assertDirectoriesEqual(beforeVFile, afterVFile)
PlatformTestUtil.assertDirectoriesEqual(afterVFile, beforeVFile)
}
}