Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Sep 6, 2024
1 parent f1dfa4a commit 23b028d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/RunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
expect(file_get_contents($tmp_file))
->toBe((new Platform)->isNotWindows()
? '.git/COMMIT_EDITMSG'.PHP_EOL
: '".git/COMMIT_EDITMSG"'.PHP_EOL
: '".git/COMMIT_EDITMSG"'
);

unlink($tmp_file);
Expand Down Expand Up @@ -142,7 +142,7 @@
expect(file_get_contents($tmp_file))
->toBe((new Platform)->isNotWindows()
? PHP_EOL
: '""'.PHP_EOL
: '""'
);

unlink($tmp_file);
Expand Down

0 comments on commit 23b028d

Please sign in to comment.