Skip to content

Commit c6d36d4

Browse files
committed
Remove unused call
1 parent 87dfecf commit c6d36d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ConnectionTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ public function testDb()
3333
{
3434
$connection = DB::connection('mongodb');
3535
$this->assertInstanceOf(Database::class, $connection->getMongoDB());
36-
37-
$connection = DB::connection('mongodb');
3836
$this->assertInstanceOf(Client::class, $connection->getMongoClient());
3937
}
4038

0 commit comments

Comments
 (0)