Skip to content

Commit

Permalink
fix: generate nova test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
t0xas committed May 14, 2024
1 parent 0a63cf6 commit 275223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/AbstractTestsGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function createDump(): void
file_put_contents($this->getFixturesPath("{$dumpName}.sql"), $content);

event(new SuccessCreateMessage("Created a new Test dump on path: "
. "{$this->paths['tests']}/fixtures/{$this->getTestClassName()}/{dumpName}.sql"));
. "{$this->paths['tests']}/fixtures/{$this->getTestClassName()}/{$dumpName}.sql"));
}

protected function getDumpName(): string
Expand Down

0 comments on commit 275223d

Please sign in to comment.