Skip to content

Commit 0db017c

Browse files
committed
Fix evergreen error
1 parent 93cef46 commit 0db017c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Operation/RenameCollectionFunctionalTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function testRenameExistingCollection(): void
8181
$this->getDatabaseName(),
8282
$this->getCollectionName(),
8383
$this->getDatabaseName(),
84-
$this->toCollectionName,
84+
$this->toCollectionName
8585
);
8686
$commandResult = $operation->execute($server);
8787

@@ -112,7 +112,7 @@ public function testRenameExistingCollectionExistingTarget(): void
112112
$this->getDatabaseName(),
113113
$this->getCollectionName(),
114114
$this->getDatabaseName(),
115-
$this->toCollectionName,
115+
$this->toCollectionName
116116
);
117117
$commandResult = $operation->execute($server);
118118
}

0 commit comments

Comments
 (0)