From 2d9bf9574a2b47926bafeced5a065b0e4456d743 Mon Sep 17 00:00:00 2001 From: bgrgicak Date: Mon, 15 Apr 2024 09:55:58 +0200 Subject: [PATCH] Fix tests --- tests/WP_SQLite_Translator_Tests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/WP_SQLite_Translator_Tests.php b/tests/WP_SQLite_Translator_Tests.php index 4886aafa..c21478c6 100644 --- a/tests/WP_SQLite_Translator_Tests.php +++ b/tests/WP_SQLite_Translator_Tests.php @@ -368,7 +368,7 @@ public function testCreateTable() { 'Type' => 'bigint(20) unsigned', 'Null' => 'NO', 'Key' => 'PRI', - 'Default' => null, + 'Default' => 'NULL', 'Extra' => '', ), (object) array( @@ -1085,7 +1085,7 @@ public function testNestedTransactionWorkComplexModify() { 'Type' => 'integer', 'Null' => 'NO', 'Key' => 'PRI', - 'Default' => null, + 'Default' => 'NULL', 'Extra' => '', ), (object) array(