summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 775e0033..54d84197 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -214,10 +214,10 @@ class CmdLineTest(BaseCmdLineTest):
def test_combine(self):
# coverage combine
- self.cmd_executes("combine", """\
+ self.cmd_executes("combine datadir1", """\
.coverage()
.load()
- .combine()
+ .combine(["datadir1"])
.save()
""")