Skip to content

Commit 9c2eb77

Browse files
author
Vitaliy Boyko
committed
1527: fixed tests
1 parent f315e70 commit 9c2eb77

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
88

99
### Fixed
1010

11-
- java.lang.NoClassDefFoundError: org/codehaus/plexus/util/StringUtils [#1235](https://github.com/magento/magento2-phpstorm-plugin/pull/1530)
11+
- java.lang.NoClassDefFoundError: org/codehaus/plexus/util/StringUtils [#1530](https://github.com/magento/magento2-phpstorm-plugin/pull/1530)
1212

1313
## 5.1.0
1414

tests/com/magento/idea/magento2plugin/linemarker/LinemarkerFixtureTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ protected void assertHasNoLinemarkerWithTooltipAndIcon(
5959
= "Failed that documents not contains linemarker with the tooltip `%s`";
6060

6161
final List<LineMarkerInfo<?>> lineMarkers = getDocumentLineMarkers();
62-
assertNotEmpty(lineMarkers);
6362
for (final LineMarkerInfo lineMarkerInfo: lineMarkers) {
6463
final String lineMarkerTooltip = lineMarkerInfo.getLineMarkerTooltip();
6564
final Icon lineMarkerIcon = lineMarkerInfo.getIcon();

tests/com/magento/idea/magento2plugin/linemarker/graphqls/GraphQlResolverClassLinemarkerRegistrarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public class GraphQlResolverClassLinemarkerRegistrarTest extends LinemarkerFixtu
1515
public void testWithValidSchemaResolver() {
1616
myFixture.configureByFile(this.getFixturePath("schema.graphqls", "graphqls"));
1717

18-
assertHasLinemarkerWithTooltipAndIcon("Navigate to class", "nodes/class.svg");
18+
assertHasLinemarkerWithTooltipAndIcon("Navigate to class", "Class");
1919
}
2020
}

0 commit comments

Comments
 (0)