summaryrefslogtreecommitdiff
path: root/tests/sourcecache/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sourcecache/cache.py')
-rw-r--r--tests/sourcecache/cache.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/sourcecache/cache.py b/tests/sourcecache/cache.py
index a4878e73d..bbc3d8329 100644
--- a/tests/sourcecache/cache.py
+++ b/tests/sourcecache/cache.py
@@ -108,9 +108,7 @@ def test_source_cache_key(cli, datafiles):
assert len(os.listdir(patch_protos)) == 1
# modify hello-patch file and check tracking updates refs
- with open(
- os.path.join(file_path, "dev-files", "usr", "include", "pony.h"), "a"
- ) as f:
+ with open(os.path.join(file_path, "dev-files", "usr", "include", "pony.h"), "a") as f:
f.write("\nappending nonsense")
res = cli.run(project=project_dir, args=["source", "track", element_name])