158
158
def test_fetch_to_rich_root_set_parent_1_ghost_parent(self):
159
159
# 1 ghost parent -> No parents
160
163
self.do_test_fetch_to_rich_root_sets_parents_correctly((),
161
164
[('tip', ['ghost'], [('add', ('', ROOT_ID, 'directory', ''))]),
162
165
], allow_lefthand_ghost=True)