Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Core migration integration tests
The existing tests incorrectly asserted an object's `migrationVersion` solely based on the registered type's `migration` field; in reality, the `convertToMultiNamespaceTypeVersion` field is also used when determining an object's `migrationVersion`. This commit simply updates the test to reflect that.
- Loading branch information