Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 18, 2023
1 parent d1cfaaa commit a2d6b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/TestGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ protected function handleTestCreationUsingCanvas(string $path): bool
'--pest' => $this->option('pest'),
], array_filter([
'--preset' => $this->hasOption('preset') ? $this->option('preset') : null,
])) == 0;
]))) == 0;
}
}

0 comments on commit a2d6b96

Please sign in to comment.