aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/download_images_unittest.py')
-rwxr-xr-xcrosperf/download_images_unittest.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/crosperf/download_images_unittest.py b/crosperf/download_images_unittest.py
index 912673c7..06ea5bb7 100755
--- a/crosperf/download_images_unittest.py
+++ b/crosperf/download_images_unittest.py
@@ -38,8 +38,8 @@ class ImageDownloaderTestcast(unittest.TestCase):
image_path = ('gs://chromeos-image-archive/%s/chromiumos_test_image.tar.xz'
% test_build_id)
- downloader = download_images.ImageDownloader(logger_to_use=MOCK_LOGGER,
- cmd_exec=mock_cmd_exec)
+ downloader = download_images.ImageDownloader(
+ logger_to_use=MOCK_LOGGER, cmd_exec=mock_cmd_exec)
# Set os.path.exists to always return False and run downloader
mock_path_exists.return_value = False
@@ -97,8 +97,8 @@ class ImageDownloaderTestcast(unittest.TestCase):
test_chroot = '/usr/local/home/chromeos'
test_build_id = 'lumpy-release/R36-5814.0.0'
- downloader = download_images.ImageDownloader(logger_to_use=MOCK_LOGGER,
- cmd_exec=mock_cmd_exec)
+ downloader = download_images.ImageDownloader(
+ logger_to_use=MOCK_LOGGER, cmd_exec=mock_cmd_exec)
# Set os.path.exists to always return False and run uncompress.
mock_path_exists.return_value = False