mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed tests
This commit is contained in:
@@ -289,7 +289,7 @@ public class PyQuickFixTest extends PyTestCase {
|
||||
|
||||
public void testUnresolvedRefCreateFunction() { // PY-2092
|
||||
doInspectionTest("UnresolvedRefCreateFunction.py", PyUnresolvedReferencesInspection.class,
|
||||
PyBundle.message("QFIX.unresolved.reference.create.function"), true, true);
|
||||
PyBundle.message("QFIX.unresolved.reference.create.function.$0", "ref"), true, true);
|
||||
}
|
||||
|
||||
public void testReplaceNotEqOperator() {
|
||||
|
||||
Reference in New Issue
Block a user