Skip to content

Commit 47f4e66

Browse files
refactor: remove redundant script addition in BuilderTest
1 parent 19f1828 commit 47f4e66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Html/Builder/BuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ public function it_can_set_template_data(): void
318318

319319
$builder
320320
->setTableId('my-table')
321-
->addScript('test-builder-script')
322321
->setTemplateData(function (Builder $builder): array {
323322
return [
324323
'tableId' => $builder->getTableId(),

0 commit comments

Comments
 (0)