Skip to content

Commit 3f3a956

Browse files
author
Vitaliy Boyko
committed
Fixed test
1 parent 645e5aa commit 3f3a956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/com/magento/idea/magento2plugin/actions/generation/generator/ProductAttributePropertySetupPatchGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ProductAttributePropertySetupPatchGeneratorTest extends BaseGenerat
1717
private static final String MODULE_NAME = "Foo_Bar";
1818
private static final String LABEL = "Test Label";
1919
private static final String TYPE = "static";
20-
private static final String SORT_ORDER = 10;
20+
private static final int SORT_ORDER = 10;
2121
private static final String GROUP = "General";
2222
private static final String FILE_PATH = "src/app/code/Foo/Bar/Setup/Patch/Data";
2323

0 commit comments

Comments
 (0)