60
61
def test_default_format(self):
61
62
# update this if you change the default branch format
62
63
self.assertIsInstance(BranchFormat.get_default_format(),
65
66
def test_default_format_is_same_as_bzrdir_default(self):
66
67
# XXX: it might be nice if there was only one place the default was