aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/close.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/close.py')
-rw-r--r--becommands/close.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/close.py b/becommands/close.py
index 9d01a7f..04ae4ba 100644
--- a/becommands/close.py
+++ b/becommands/close.py
@@ -23,10 +23,10 @@ def execute(args):
>>> dir = tests.simple_bug_dir()
>>> os.chdir(dir.dir)
>>> dir.get_bug("a").status
- 'open'
+ u'open'
>>> execute(("a",))
>>> dir.get_bug("a").status
- 'closed'
+ u'closed'
>>> tests.clean_up()
"""
assert(len(args) == 1)