Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Nov 5, 2024
1 parent 1080fb1 commit 3a9ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Manticoresearch/IndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function testReplaceDocument() {
'created' => false,
'result' => 'updated',
'status' => 200,
'_table' => 'testindex',
'table' => 'testindex',
], $response
);
}
Expand Down

0 comments on commit 3a9ca2a

Please sign in to comment.