mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IDEA-CR-57753 test for fix added
GitOrigin-RevId: 76c63777621da6c6dcfdb0ad97713d6add359057
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5c2459ce3a
commit
9977132d9c
@@ -47,8 +47,8 @@ public class JUnit5MalformedParameterizedArgumentsTest extends LightQuickFixPara
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
private void cleanupEnvironment(Project project) {
|
||||
WriteCommandAction.writeCommandAction(project).compute(() -> {
|
||||
private boolean cleanupEnvironment(Project project) {
|
||||
return WriteCommandAction.writeCommandAction(project).compute(() -> {
|
||||
try {
|
||||
getSourceRoot()
|
||||
.findChild("org")
|
||||
|
||||
Reference in New Issue
Block a user