From 4dd4ccc7c325617fdc7ffe4c3af494072d56b67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Thu, 3 Oct 2024 13:55:45 +0200 Subject: [PATCH] Remove todo --- tests/Integration/DeployerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Integration/DeployerTest.php b/tests/Integration/DeployerTest.php index 4eb0a08..c4fec71 100644 --- a/tests/Integration/DeployerTest.php +++ b/tests/Integration/DeployerTest.php @@ -47,7 +47,5 @@ public function it_deploys(): void ); CONTENT , $ssh->exec(sprintf('cat %s/.env.local.php', $releasePath))); - - // todo add assertions } }