summaryrefslogtreecommitdiff
path: root/tests/sources/bzr.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-11-05 13:40:03 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-11-05 13:40:03 +0000
commitab707e87f53249d7f2aac17683254b54196f90ce (patch)
treed1d2898c6561a8ca362419dce92a6f808d45b4e6 /tests/sources/bzr.py
parente06c2295b063245dbdb2397e5bd8c4d0a79ba10d (diff)
downloadbuildstream-ab707e87f53249d7f2aac17683254b54196f90ce.tar.gz
Use 119 line lengthchandan/black
Diffstat (limited to 'tests/sources/bzr.py')
-rw-r--r--tests/sources/bzr.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/sources/bzr.py b/tests/sources/bzr.py
index 7df4d7471..694b30a7f 100644
--- a/tests/sources/bzr.py
+++ b/tests/sources/bzr.py
@@ -31,10 +31,7 @@ def test_fetch_checkout(cli, tmpdir, datafiles):
assert result.exit_code == 0
result = cli.run(project=project, args=["build", "target.bst"])
assert result.exit_code == 0
- result = cli.run(
- project=project,
- args=["artifact", "checkout", "target.bst", "--directory", checkoutdir],
- )
+ result = cli.run(project=project, args=["artifact", "checkout", "target.bst", "--directory", checkoutdir],)
assert result.exit_code == 0
# Assert we checked out the file as it was commited