Skip to content

Commit

Permalink
Don't assert against full command response
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 5, 2019
1 parent adf7380 commit 4412433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Alcaeus/MongoDbAdapter/Mongo/MongoDBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function testGetCollectionInfo()
],
];
}
$this->assertEquals($expected, $collectionInfo);
$this->assertArraySubset($expected, $collectionInfo);
return;
}
}
Expand Down

0 comments on commit 4412433

Please sign in to comment.