Skip to content

Commit e15e92f

Browse files
committed
fix test.
1 parent b128a65 commit e15e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mongodb/Tests/Symfony/MongodbTransportFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testCouldBeConstructedWithDefaultName()
2828
{
2929
$transport = new MongodbTransportFactory();
3030

31-
$this->assertEquals('Mongodb', $transport->getName());
31+
$this->assertEquals('mongodb', $transport->getName());
3232
}
3333

3434
public function testCouldBeConstructedWithCustomName()

0 commit comments

Comments
 (0)