From 95724b44772a091804aa41558caf8f808a5e9a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Thu, 6 Jun 2024 18:32:01 +0200 Subject: [PATCH] cbf --- tests/WP_SQLite_Translator_Tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WP_SQLite_Translator_Tests.php b/tests/WP_SQLite_Translator_Tests.php index 3c0d8fd..7a334ee 100644 --- a/tests/WP_SQLite_Translator_Tests.php +++ b/tests/WP_SQLite_Translator_Tests.php @@ -455,7 +455,7 @@ public function testShowTablesLike() { array( (object) array( 'Tables_in_db' => '_tmp_table', - ) + ), ), $this->engine->get_query_results() );