mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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();
|
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user