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