Skip to content
Snippets Groups Projects
Commit 807f5ec0 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix spacing.

parent e952181e
No related merge requests found
...@@ -16,4 +16,4 @@ def test_plot_singleend(): ...@@ -16,4 +16,4 @@ def test_plot_singleend():
@pytest.mark.pairedend @pytest.mark.pairedend
def test_plot_pairedend(): def test_plot_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'plotProfile.png')) 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment