Skip to content

Commit

Permalink
sanitize the code
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaner committed Oct 14, 2024
1 parent d00a819 commit 5959fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/Task/ScriptManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 5959fa4

Please sign in to comment.