Missed an indentation change.

This commit is contained in:
ReAnzu 2018-03-07 19:53:15 -06:00
parent 4dcbfbdc33
commit 87140cadba

View file

@ -912,8 +912,8 @@ def test_merge_posts_doesnt_create_relation_loop_for_children(
assert posts.get_post_by_id(target_post.post_id).relation_count == 0 assert posts.get_post_by_id(target_post.post_id).relation_count == 0
def test_merge_posts_doesnt_create_relation_loop_for_parents(post_factory, def test_merge_posts_doesnt_create_relation_loop_for_parents(
config_injector): post_factory, config_injector):
config_injector({'delete_source_files': False}) config_injector({'delete_source_files': False})
source_post = post_factory() source_post = post_factory()
target_post = post_factory() target_post = post_factory()