Skip to content

Commit c048967

Browse files
committed
Update RenameCollectionTest
1 parent 165737f commit c048967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/RenameCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class RenameCollectionTest extends TestCase
1313
public function testConstructorOptionTypeChecks(array $options): void
1414
{
1515
$this->expectException(InvalidArgumentException::class);
16-
new RenameCollection($this->getDatabaseName(), $this->getCollectionName(), $this->getCollectionName() . '.renamed', $options);
16+
new RenameCollection($this->getNamespace(), $this->getNamespace() . '.renamed', $options);
1717
}
1818

1919
public function provideInvalidConstructorOptions()

0 commit comments

Comments
 (0)