From 9d7024c4cca508fb1e3f169c06e29e58d09c1ea3 Mon Sep 17 00:00:00 2001 From: Darryn Ten Date: Fri, 17 Aug 2018 14:22:17 +0200 Subject: [PATCH] Fix broken assertion --- tests/Pslayers/PslayersTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Pslayers/PslayersTest.php b/tests/Pslayers/PslayersTest.php index 8c67f22..7bc4b22 100644 --- a/tests/Pslayers/PslayersTest.php +++ b/tests/Pslayers/PslayersTest.php @@ -277,7 +277,6 @@ public function testMasterRender() $instance->render(); $this->assertFileExists('/tmp/testing.png'); - $this->assertFileExists('/tmp/tmp.png'); } // Output path was not really optional