From 3161b3c6b1bcafd619d9aca5917b43848c7ff914 Mon Sep 17 00:00:00 2001 From: Jonas <jonas@holm.tech> Date: Tue, 14 May 2019 11:05:08 +0200 Subject: [PATCH] Tabs vs spaces --- UnitTests/UnitTests/InfoServiceThread_Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/UnitTests/InfoServiceThread_Test.py b/UnitTests/UnitTests/InfoServiceThread_Test.py index a13c476..3e41f2d 100644 --- a/UnitTests/UnitTests/InfoServiceThread_Test.py +++ b/UnitTests/UnitTests/InfoServiceThread_Test.py @@ -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) -- GitLab