feat: Add functionality for bson::oid::ObjectId #178
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there,
New to open source PR's so please forgive any mistakes on my end.
On a project I'm currently working with we've been using FakeRS for testing. Our structs require ObjectId fields to operate due to MongoDB.
ObjectId's aren't deterministic due to their nature, so I'm not quite sure how to write a test for this.
I figured the best option would be to post what's currently working for me on a local branch I've been using and see if you folks are at all interested in this functionality being added or not before going any further.