We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b176bd5 commit 6c8e97eCopy full SHA for 6c8e97e
plugins/wpgraphql-logging/tests/wpunit/Admin/View/List/ListTableTest.php
@@ -236,7 +236,6 @@ public function test_format_code_returns_formatted_pre_tag(): void {
236
237
$this->assertStringContainsString('<pre', $result);
238
$this->assertStringContainsString('test code', $result);
239
- $this->assertStringContainsString('overflow-x: auto', $result);
240
}
241
242
public function test_format_code_returns_empty_string_for_empty_input(): void {
0 commit comments