mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[pycharm] PY-40180. Gave the test a better name, added a comment with issue ID.
(cherry picked from commit 908a293fa325205be5fc902d788a26b4ed4013b2) IJ-CR-124368 GitOrigin-RevId: d95a4345437e9d9f8d98def50fec2338b0a7aabc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6ae3e4f160
commit
fc1db76c4d
@@ -179,7 +179,8 @@ public class PythonInspectionsTest extends PyTestCase {
|
||||
doHighlightingTest(PyPropertyDefinitionInspection.class, LanguageLevel.PYTHON34);
|
||||
}
|
||||
|
||||
public void testPyPropertyDefinitionInspectionLatest() {
|
||||
// PY-40180
|
||||
public void testEmptyProtocolProperty() {
|
||||
doHighlightingTest(PyPropertyDefinitionInspection.class, LanguageLevel.getLatest());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user