Skip to content
Snippets Groups Projects
Commit 32a37f83 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix test

parent a405f5a1
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1669Catchup with main
Pipeline #15837 failed
......@@ -85,7 +85,7 @@ class TestGeneralFoundation:
@patch("pathlib.Path.glob", return_value=["TSKY0001_split.flagtargetstemplate.txt"])
@patch("pathlib.Path.exists", return_value=True)
@patch("shutil.copy")
def test_general_copy_into_rawdata(self, mock_copy, mock_exists, mock_glob):
def test_general_copy_into_rawdata(self, mock_copy, mock_exists, mock_glob, general):
general.copy_into_rawdata()
assert mock_exists.call_count == 1
assert mock_copy.call_count == 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment