Skip to content

Commit 2260abf

Browse files
committed
fix test.
1 parent 587a528 commit 2260abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Symfony/MongodbTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
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)