1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-22 16:25:25 +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
commit 9ccc50b885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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