describe('migration remove_inconsistent_relationships_metadata', () => {
  describe('when changes need to be made', () => {
    beforeAll(async () => {
      await testingDB.setupFixturesAndContext(fixtures);
      db = testingDB.mongodb!;