[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:
Sergey Karpov
2024-02-21 13:00:27 +02:00
committed by intellij-monorepo-bot
parent 6ae3e4f160
commit fc1db76c4d
2 changed files with 2 additions and 1 deletions

View File

@@ -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());
}