Skip to content

Commit

Permalink
!
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Oct 27, 2023
1 parent 00909a7 commit 024ba42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ScratchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testScratch(string $scratch, string $spec, array $expectedLog):
$openapi = (new Generator($this->getTrackingLogger()))
->generate([$scratch]);

if (true ||!file_exists($spec)) {
if (!file_exists($spec)) {
file_put_contents($spec, $openapi->toYaml());
}

Expand Down

0 comments on commit 024ba42

Please sign in to comment.