Skip to content

Commit 3ce846f

Browse files
committed
Fixed PMD issues
1 parent 96f0f93 commit 3ce846f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ConstructorArgumentCompletionRegistrarTest extends CompletionXmlFix
1313
* Tests for completion of constructor argument in di.xml.
1414
*/
1515
public void testDiXmlMustHaveCompletion() {
16-
String filePath = this.getFixturePath(ModuleDiXml.FILE_NAME);
16+
final String filePath = this.getFixturePath(ModuleDiXml.FILE_NAME);
1717
myFixture.copyFileToProject(filePath);
1818

1919
assertFileContainsCompletions(filePath, "logger");

0 commit comments

Comments
 (0)