Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed May 3, 2018
1 parent 587a528 commit 2260abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Symfony/MongodbTransportFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function testCouldBeConstructedWithDefaultName()
{
$transport = new MongodbTransportFactory();

$this->assertEquals('Mongodb', $transport->getName());
$this->assertEquals('mongodb', $transport->getName());
}

public function testCouldBeConstructedWithCustomName()
Expand Down

0 comments on commit 2260abf

Please sign in to comment.