IDEA-CR-57753 test for fix added

GitOrigin-RevId: 76c63777621da6c6dcfdb0ad97713d6add359057
This commit is contained in:
Olga.Klisho
2020-01-30 01:26:13 +03:00
committed by intellij-monorepo-bot
parent 5c2459ce3a
commit 9977132d9c

View File

@@ -47,8 +47,8 @@ public class JUnit5MalformedParameterizedArgumentsTest extends LightQuickFixPara
super.tearDown(); super.tearDown();
} }
private void cleanupEnvironment(Project project) { private boolean cleanupEnvironment(Project project) {
WriteCommandAction.writeCommandAction(project).compute(() -> { return WriteCommandAction.writeCommandAction(project).compute(() -> {
try { try {
getSourceRoot() getSourceRoot()
.findChild("org") .findChild("org")