From 5959fa466e3b64a7c8908b5fced99559661450c4 Mon Sep 17 00:00:00 2001 From: Misha Medzhytov Date: Mon, 23 Sep 2024 10:42:14 +0300 Subject: [PATCH] sanitize the code --- tests/src/Task/ScriptManagerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/Task/ScriptManagerTest.php b/tests/src/Task/ScriptManagerTest.php index 6abd8a74f..c6b7cf90a 100644 --- a/tests/src/Task/ScriptManagerTest.php +++ b/tests/src/Task/ScriptManagerTest.php @@ -72,7 +72,6 @@ public function testSelectsCombine() $scriptManager = new ScriptManager($taskCollection); self::assertEquals([$a, $b, $c], $scriptManager->getTasks('group')); self::assertNull($a->getSelector()); - self::assertEquals([[['=', 'stage', ['beta']]]], $b->getSelector()); self::assertEquals([[['=', 'stage', ['alpha', 'beta']],['=', 'role', ['db']]]], $c->getSelector());