Skip to content

Commit a44d905

Browse files
author
Vitaliy Boyko
committed
Static fixes
1 parent 5800333 commit a44d905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/com/magento/idea/magento2plugin/inspections/xml/AclResourceXmlInspectionTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void testAclResourceWithNoTitleShouldHaveWarning() {
2727
myFixture.configureByFile(getFixturePath(ModuleAclXml.FILE_NAME));
2828

2929
final String errorMessage = inspectionBundle.message(
30-
"inspection.error.missingAttribute",
30+
"inspection.error.missingAttribute",
3131
"title"
3232
);
3333

@@ -41,7 +41,7 @@ public void testOverrideAclResourceWithNoTitleShouldNotHaveWarning() {
4141
myFixture.configureByFile(getFixturePath(ModuleAclXml.FILE_NAME));
4242

4343
final String errorMessage = inspectionBundle.message(
44-
"inspection.error.missingAttribute",
44+
"inspection.error.missingAttribute",
4545
"title"
4646
);
4747

@@ -55,7 +55,7 @@ public void testAclResourceWithEmptyIdShouldHaveWarning() {
5555
myFixture.configureByFile(getFixturePath(ModuleAclXml.FILE_NAME));
5656

5757
final String errorMessage = inspectionBundle.message(
58-
"inspection.error.idAttributeCanNotBeEmpty",
58+
"inspection.error.idAttributeCanNotBeEmpty",
5959
"id"
6060
);
6161

0 commit comments

Comments
 (0)