Skip to content

Commit 6c8e97e

Browse files
committed
fix testing issue
1 parent b176bd5 commit 6c8e97e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/wpgraphql-logging/tests/wpunit/Admin/View/List/ListTableTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ public function test_format_code_returns_formatted_pre_tag(): void {
236236

237237
$this->assertStringContainsString('<pre', $result);
238238
$this->assertStringContainsString('test code', $result);
239-
$this->assertStringContainsString('overflow-x: auto', $result);
240239
}
241240

242241
public function test_format_code_returns_empty_string_for_empty_input(): void {

0 commit comments

Comments
 (0)