517
517
def assertGetsDefaultInterRepository(self, repo_a, repo_b):
518
518
"""Asserts that InterRepository.get(repo_a, repo_b) -> the default.
520
520
The effective default is now InterSameDataRepository because there is
521
521
no actual sane default in the presence of incompatible data models.