Skip to content

Commit 86cbfbc

Browse files
tests: removed check for engine key as it is specific for a recent ArangoDB version.
1 parent 2b94543 commit 86cbfbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/SchemaClientCollectionsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public function testGetCollectionStatisticsWithDetails()
129129

130130
$this->assertIsArray($result);
131131
$this->assertArrayHasKey('figures', $result);
132-
$this->assertArrayHasKey('engine', $result['figures']);
133132
}
134133

135134
/**

0 commit comments

Comments
 (0)