Skip to content
Snippets Groups Projects
Commit 3161b3c6 authored by Jonas's avatar Jonas
Browse files

Tabs vs spaces

parent 443275d5
No related branches found
No related tags found
1 merge request!31Resolve "publish file transfer information"
Pipeline #858731 passed
......@@ -45,7 +45,7 @@ class TestInfoServiceThread(unittest.TestCase):
files_copied = 5,
CopyList = ["one","two","three"],
copy_lock = threading.Lock())
kwargs_copy = {"getCopyListLength.return_value": 3}
kwargs_copy = {"getCopyListLength.return_value": 3}
self.mock_CopyThread.configure_mock(**kwargs_copy)
......
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