From a546db6fe701f7b6132a4df2a25a1362fdbd74ac Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Sun, 19 Feb 2017 23:05:33 -0500 Subject: [PATCH] Function name in camelCase ot match rest of code --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 52558051..ca176740 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -15,7 +15,7 @@ def _test_utils_threaded(): pass -def _download_session_images(): +def _downloadSessionImages(): pass # TODO Add this when we got clients fixed.