diff --git a/test/parse-outputs/test_parse_outputs.py b/test/parse-outputs/test_parse_outputs.py index eb377a5b..f0f5be96 100644 --- a/test/parse-outputs/test_parse_outputs.py +++ b/test/parse-outputs/test_parse_outputs.py @@ -24,6 +24,6 @@ def test_parse_outputs(self): for algo in algorithms: test_file = INDIR + f"{algo}-raw-pathway.txt" out_file = OUTDIR + f"{algo}-pathway.txt" - + runner.parse_output(algo, test_file, out_file) assert filecmp.cmp(OUTDIR +f"{algo}-pathway.txt", EXPDIR + f"{algo}-pathway-expected.txt", shallow=False)