171
171
"""Check that creating a BranchHooks instance has the right defaults."""
172
172
hooks = bzrlib.branch.BranchHooks()
173
173
self.assertTrue("set_rh" in hooks, "set_rh not in %s" % hooks)
175
179
def test_installed_hooks_are_BranchHooks(self):
176
180
"""The installed hooks object should be a BranchHooks."""