Remove comment in PyStubsTest after fixing PY-18816.

This commit is contained in:
Semyon Proshev
2017-07-20 14:05:43 +03:00
parent dd4ba58889
commit 9b0e4c32d9
@@ -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);