diff --git a/workflow/tests/test_plot_profile.py b/workflow/tests/test_plot_profile.py
index b304551c2b86a8aaba0612348f2e2fbb9f380b22..0fe03a6fc0d044227f719f903a7339d264b3fe07 100644
--- a/workflow/tests/test_plot_profile.py
+++ b/workflow/tests/test_plot_profile.py
@@ -16,4 +16,4 @@ def test_plot_singleend():
 @pytest.mark.pairedend
 def test_plot_pairedend():
     assert os.path.exists(os.path.join(test_output_path, 'plotProfile.png'))
-        assert os.path.getsize(os.path.join(test_output_path, 'plotProfile.png')) > 0
+    assert os.path.getsize(os.path.join(test_output_path, 'plotProfile.png')) > 0