1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-22 08:19:39 +02:00

Обновление теста

This commit is contained in:
Илюхин Артем Васильевич 2022-11-16 22:08:38 +03:00
parent a54ca68242
commit 739502239f

View File

@ -136,7 +136,7 @@ public class BslDocCommentViewTest
assertEquals(4, textPart.getLineNumber());
assertEquals("- has not type for key", textPart.getText());
selectText(bslEditor, 82, 1, view);
selectText(bslEditor, 81, 1, view);
first = getViewerSelection((BslDocCommentView)view);
assertTrue(first instanceof FieldDefinition);
FieldDefinition fieldPart = (FieldDefinition)first;