From 0b57c63bbe86a8b46589b63b52c7c3fbdcf357d5 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Tue, 14 Jul 2020 19:01:12 +0100 Subject: [PATCH] close the file --- tests/test_basic_regression.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_basic_regression.py b/tests/test_basic_regression.py index 078ba1c..da8690e 100644 --- a/tests/test_basic_regression.py +++ b/tests/test_basic_regression.py @@ -215,3 +215,4 @@ def test_filestream_regression(pdb, options, tmp_path): if ref_path is not None: compare_output(pdb, tmp_path, ref_path) + input_file.close()