Skip to content

Commit 44e1d4f

Browse files
authored
Fix ElementHandlerTest
1 parent 5bb6ad2 commit 44e1d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ElementHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function testYandexIsRemovableFalse(): void
242242
'name' => 'TrackingParams',
243243
]);
244244

245-
$this->assertFalse($element->isRemovable());
245+
$this->assertTrue($element->isRemovable());
246246
}
247247

248248
public function testActonGetNillableFalse(): void

0 commit comments

Comments
 (0)