diff tests/test-progress.t @ 33097:fce4ed2912bb

py3: make sure commands name are bytes in tests
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 25 Jun 2017 08:20:05 +0530
parents 46ba2cdda476
children b4793cc8e1c0
line wrap: on
line diff
--- a/tests/test-progress.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-progress.t	Sun Jun 25 08:20:05 2017 +0530
@@ -14,7 +14,7 @@
   >         return self._time
   > time.time = incrementingtime()
   > 
-  > @command('loop',
+  > @command(b'loop',
   >     [('', 'total', '', 'override for total'),
   >     ('', 'nested', False, 'show nested results'),
   >     ('', 'parallel', False, 'show parallel sets of results')],