From 3a9ca2a61c2a164842d3b31ee4141fd75d84af9c Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 5 Nov 2024 22:08:25 +0700 Subject: [PATCH] Updated tests --- test/Manticoresearch/IndexTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Manticoresearch/IndexTest.php b/test/Manticoresearch/IndexTest.php index 4a0e779..47704bd 100644 --- a/test/Manticoresearch/IndexTest.php +++ b/test/Manticoresearch/IndexTest.php @@ -91,7 +91,7 @@ public function testReplaceDocument() { 'created' => false, 'result' => 'updated', 'status' => 200, - '_table' => 'testindex', + 'table' => 'testindex', ], $response ); }