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()