Skip to content

Commit 8dc2f08

Browse files
author
Vitaliy Boyko
committed
Static fix
1 parent 5c0b176 commit 8dc2f08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/com/magento/idea/magento2plugin/completion/xml/MftfEntityNameCompletionRegistrarTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ public class MftfEntityNameCompletionRegistrarTest extends CompletionXmlFixtureT
1414
};
1515

1616
public void testCreateDataActionGroupMustProvideCompletion () {
17-
String filePath = this.getFixturePath(
18-
"TestActionGroup.xml"
19-
);
17+
String filePath = this.getFixturePath("TestActionGroup.xml");
2018
myFixture.copyFileToProject(filePath);
2119

2220
assertFileContainsCompletions(filePath, lookupStringsEntities);

0 commit comments

Comments
 (0)