Skip to content

Commit 1c1850f

Browse files
committed
Fix failing Display\ResultsTest test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent e453c57 commit 1c1850f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/classes/Display/ResultsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ public function testGetTable2(): void
17551755
'column_order' => [],
17561756
'options' => '$optionsBlock',
17571757
'has_bulk_actions_form' => false,
1758-
'button' => '<thead class="table-light"><tr>' . "\n",
1758+
'button' => '<thead><tr>' . "\n",
17591759
'table_headers_for_columns' => $tableHeadersForColumns,
17601760
'column_at_right_side' => "\n" . '<td class="d-print-none"></td>',
17611761
],

0 commit comments

Comments
 (0)