From 1cada35b2e3f63d53621f5db1af0c699351c3092 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Wed, 18 May 2005 16:53:32 +0000 Subject: [PATCH] Fixed test case for new --- becommands/new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/becommands/new.py b/becommands/new.py index df97236..f16306d 100644 --- a/becommands/new.py +++ b/becommands/new.py @@ -23,7 +23,7 @@ def execute(args): >>> dir = tests.bug_arch_dir() >>> os.chdir(dir.dir) >>> names.uuid = lambda: "a" - >>> execute (("this is a test",)) + >>> execute (["this is a test",]) Created bug with ID a >>> bug = list(dir.list())[0] >>> bug.summary -- 2.26.2