1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2026-05-20 10:41:08 +02:00

G5V8DT-29155 Опечатка в имени ключа проверки

structure-consructor-too-many-key
This commit is contained in:
Maksim Dzyuba
2026-05-05 16:31:13 +03:00
parent fc8ca96047
commit c18d0a207d
2 changed files with 2 additions and 2 deletions
@@ -41,7 +41,7 @@ public class StructureCtorTooManyKeysCheck
extends BasicCheck
{
private static final String CHECK_ID = "structure-consructor-too-many-keys"; //$NON-NLS-1$
private static final String CHECK_ID = "structure-constructor-too-many-keys"; //$NON-NLS-1$
private static final String PARAM_MAX_STRUCTURE_KEYS = "maxKeys"; //$NON-NLS-1$
@@ -44,7 +44,7 @@ public class StructureCtorTooManyKeysCheckTest
@Test
public void testStructureConstructorKeys() throws Exception
{
updateModule(FOLDER_RESOURCE + "structure-consructor-too-many-keys.bsl");
updateModule(FOLDER_RESOURCE + "structure-constructor-too-many-keys.bsl");
List<Marker> markers = getModuleMarkers();
assertEquals(1, markers.size());