From bbc6b1de6c239520c7f445108f2fcf624ce3065b Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 26 Jul 2022 22:41:59 -0400 Subject: [PATCH] style: minor reformatting for clarity --- tests/test_console.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_console.py b/tests/test_console.py index 7e5dc03..a6fb113 100644 --- a/tests/test_console.py +++ b/tests/test_console.py @@ -13,10 +13,10 @@ def test_parse_arguments(): "store", "--cache-filename", "test-cache-file.json", - "MyTarget", - "/tmp/some/path", "--store-path", "/mnt/store", + "MyTarget", + "/tmp/some/path", ] ) assert args.cache_filename == "test-cache-file.json"