Skip to content

Commit 26abfdc

Browse files
author
Andrey Helldar
committed
Update test
1 parent abd4e2a commit 26abfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Commands/CreatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function testCreateAction()
1313

1414
$filename = date('Y_m_d_His') . '_foo_example.php';
1515

16-
$path = database_path('actions/' . $filename);
16+
$path = $this->targetDirectory($filename);
1717

1818
$this->assertFileDoesNotExist($path);
1919

0 commit comments

Comments
 (0)