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

Исправление теста после релиза

This commit is contained in:
Dmitriy Marmyshev 2021-07-13 10:57:30 +03:00
parent 16e29a5684
commit adfc0544de

View File

@ -65,7 +65,7 @@ public class StructureCtorTooManyKeysCheckTest
List<StringLiteral> literals = EcoreUtil2.eAllOfType(module, StringLiteral.class);
assertEquals(3, literals.size());
String id = module.eResource().getURI().toString();
String id = module.eResource().getURI().toPlatformString(true);
Marker[] markers = markerManager.getMarkers(dtProject.getWorkspaceProject(), id);
assertNotNull(markers);