Skip to content

Commit bedbe70

Browse files
committed
fix test
1 parent 304489e commit bedbe70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SyncCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testCommandOutputForMissingSubKey()
7272

7373
public function testItDoesntOverrideParentKey()
7474
{
75-
array_map('unlink', glob(__DIR__.'/views_temp/user/index.blade.php'));
75+
array_map('unlink', glob(__DIR__.'/views_temp/user.blade.php'));
7676

7777
file_put_contents(__DIR__.'/views_temp/user.blade.php', '{{ trans(\'user.name\') }}');
7878

@@ -86,6 +86,6 @@ public function testItDoesntOverrideParentKey()
8686

8787
$this->assertEquals(['middle' => 'middle'], $userENFile['name']);
8888

89-
array_map('unlink', glob(__DIR__.'/views_temp/user/index.blade.php'));
89+
array_map('unlink', glob(__DIR__.'/views_temp/user.blade.php'));
9090
}
9191
}

0 commit comments

Comments
 (0)