Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
As mentioned by kaitlin.mahar in the PR for SWIFT-226, we should, once that PR is merged, use the newly added Nimble matcher for bsonEqual to replace code like:
expect(doc["a"] as? Int).to(equal(5))
|
to
expect(doc["a"]).to(bsonEqual(5))
|
Attachments
Issue Links
- has to be done after
-
SWIFT-226 Provide a way to compare equality of BSONValues
-
- Closed
-