From 87140cadba1673e7650d53b05152c5e695f98f63 Mon Sep 17 00:00:00 2001 From: ReAnzu Date: Wed, 7 Mar 2018 19:53:15 -0600 Subject: [PATCH] Missed an indentation change. --- server/szurubooru/tests/func/test_posts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/szurubooru/tests/func/test_posts.py b/server/szurubooru/tests/func/test_posts.py index dd256574..d0c27ba6 100644 --- a/server/szurubooru/tests/func/test_posts.py +++ b/server/szurubooru/tests/func/test_posts.py @@ -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 -def test_merge_posts_doesnt_create_relation_loop_for_parents(post_factory, - config_injector): +def test_merge_posts_doesnt_create_relation_loop_for_parents( + post_factory, config_injector): config_injector({'delete_source_files': False}) source_post = post_factory() target_post = post_factory()