We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cef46 commit 0db017cCopy full SHA for 0db017c
tests/Operation/RenameCollectionFunctionalTest.php
@@ -81,7 +81,7 @@ public function testRenameExistingCollection(): void
81
$this->getDatabaseName(),
82
$this->getCollectionName(),
83
84
- $this->toCollectionName,
+ $this->toCollectionName
85
);
86
$commandResult = $operation->execute($server);
87
@@ -112,7 +112,7 @@ public function testRenameExistingCollectionExistingTarget(): void
112
113
114
115
116
117
118
}
0 commit comments