def _assertMerge(self, target, source1, source2):
     self.assertListsOrDicts(target, ChrMemmapFolderMerger.mergeArrays(source1, source2))