Browse Source

style: minor reformatting for clarity

pull/11/head
Ryan Reed 2 years ago
parent
commit
bbc6b1de6c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/test_console.py

+ 2
- 2
tests/test_console.py View File

@ -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"


Loading…
Cancel
Save