Skip to content

Commit 7d9b48c

Browse files
committed
fixed test
1 parent 2a39d31 commit 7d9b48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CollectionBasicTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function testCreateAndDeleteSystemCollectionWithoutCreatingObject()
413413
$connection = $this->connection;
414414
$collectionHandler = new CollectionHandler($connection);
415415

416-
$name = 'ArangoDB_PHP_TestSuite_TestCollection_02';
416+
$name = '_ArangoDB_PHP_TestSuite_TestCollection_02';
417417

418418
try {
419419
$collectionHandler->drop($name);

0 commit comments

Comments
 (0)