Skip to content

Commit

Permalink
Fix test randomly fails on Windows (guzzle#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Sep 25, 2020
1 parent aec1152 commit 7881628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Handler/CurlFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public function testSavesToFileOnDisk()
]);
$response->wait();
self::assertStringEqualsFile($tmpfile, 'test');
\unlink($tmpfile);
@\unlink($tmpfile);
}

public function testDoesNotAddMultipleContentLengthHeaders()
Expand Down

0 comments on commit 7881628

Please sign in to comment.