1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-16 12:44:15 +02:00

Merge pull request #1343 from VAGoncharov/bugfix/is-in-role-method-role-exist-test-fix-import

Исправлен импорт в классе проверки IsInRoleMethodRoleExistCheckTest
This commit is contained in:
Artem Iliukhin
2023-06-22 02:16:09 +03:00
committed by GitHub

View File

@ -14,12 +14,9 @@
package com.e1c.v8codestyle.bsl.check.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.util.List;
import java.util.stream.Collectors;
import org.eclipse.core.runtime.Path;
import org.junit.Test;
import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys;