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