From 23b028d9987f324a79df33e34948f6dae03859ff Mon Sep 17 00:00:00 2001 From: Len Woodward Date: Fri, 6 Sep 2024 16:22:46 -0700 Subject: [PATCH] try again --- tests/Feature/RunTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/RunTest.php b/tests/Feature/RunTest.php index 27ede66..e31f132 100644 --- a/tests/Feature/RunTest.php +++ b/tests/Feature/RunTest.php @@ -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); @@ -142,7 +142,7 @@ expect(file_get_contents($tmp_file)) ->toBe((new Platform)->isNotWindows() ? PHP_EOL - : '""'.PHP_EOL + : '""' ); unlink($tmp_file);