mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove comment in PyStubsTest after fixing PY-18816.
This commit is contained in:
@@ -606,7 +606,7 @@ public class PyStubsTest extends PyTestCase {
|
||||
|
||||
final PyType typeFromStub = TypeEvalContext.codeInsightFallback(myFixture.getProject()).getType(attribute);
|
||||
doTestNamedTuple(expectedName, expectedFieldsNames, expectedFieldsTypes, typeFromStub);
|
||||
//assertNotParsed(file); remove comment after PY-18816 will be fixed
|
||||
assertNotParsed(file);
|
||||
|
||||
final FileASTNode astNode = file.getNode();
|
||||
assertNotNull(astNode);
|
||||
|
||||
Reference in New Issue
Block a user