-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate object store sync util files into util/ directory #6789
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, looks good. Does it make sense to also keep these files under 'test/object-store/util/sync' subdirectory, as with test/sync, src/realm/sync and src/realm/object-store/sync?
Sure - moved the sync util files into a |
What, How & Why?
In preparation of separating the baas server tests to a separate executable, move the util files for the object store sync tests into the util/ directory. The baas server tests will ultimately be moved to the baas/ directory under test/object-store/.
Fixes #6792
☑️ ToDos
[ ] 🚦 Tests (or not relevant)[ ] C-API, if public C++ API changed.