File tree 1 file changed +2
-2
lines changed
tests/com/magento/idea/magento2plugin/actions/generation/generator
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public void testGenerateModuleFile() {
25
25
final PsiDirectory projectDir = getProjectDirectory ();
26
26
27
27
final String expectedDirectory =
28
- projectDir .getVirtualFile ().getPath () + "/TestWithDependencies/Module " ;
28
+ projectDir .getVirtualFile ().getPath () + "/TestWithDependencies/Test " ;
29
29
final PsiFile composerJson = generateComposerJson (
30
30
true ,
31
31
projectDir ,
@@ -65,7 +65,7 @@ public void testGenerateModuleFileWithoutDependencies() {
65
65
final PsiFile expectedFile = myFixture .configureByFile (filePath );
66
66
final PsiDirectory projectDir = getProjectDirectory ();
67
67
final String expectedDirectory = projectDir .getVirtualFile ().getPath ()
68
- + "/TestWithoutDependencies/Module " ;
68
+ + "/TestWithoutDependencies/Test " ;
69
69
final PsiFile composerJson = generateComposerJson (
70
70
true ,
71
71
projectDir ,
You can’t perform that action at this time.
0 commit comments