aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/assign.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/assign.py')
-rw-r--r--becommands/assign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/assign.py b/becommands/assign.py
index d682130..f3db6aa 100644
--- a/becommands/assign.py
+++ b/becommands/assign.py
@@ -31,7 +31,7 @@ def execute(args):
True
>>> execute(("a", "someone"))
>>> dir.get_bug("a").assigned
- 'someone'
+ u'someone'
>>> execute(("a","none"))
>>> dir.get_bug("a").assigned is None
True