summaryrefslogtreecommitdiff
path: root/tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_setup.py')
-rw-r--r--tests/test_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup.py b/tests/test_setup.py
index aa65af78..5468e3bf 100644
--- a/tests/test_setup.py
+++ b/tests/test_setup.py
@@ -23,7 +23,7 @@ class SetupPyTest(CoverageTest):
def test_metadata(self):
status, output = self.run_command_status(
"python setup.py --description --version --url --author"
- )
+ )
assert status == 0
out = output.splitlines()
assert "measurement" in out[0]