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 e78534e commit 01cf206
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Manticoresearch/Endpoints/Nodes/TablesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ public function testTables() {
$client = $helper->getClient();
$response = $client->nodes()->tables();
$result = [
'Table' => 'products',
'Type' => 'rt',
[
'Table' => 'products',
'Type' => 'rt',
],
];
$this->assertEquals($result, $response);
}
Expand Down

0 comments on commit 01cf206

Please sign in to comment.