aboutsummaryrefslogtreecommitdiffstats
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.pl b/test.pl
index 1b40fd0..f1c306c 100755
--- a/test.pl
+++ b/test.pl
@@ -22,7 +22,7 @@ is(prettify_hipchat(' <span style="color: dimgrey;">Priority:</span>  <i
'Priority label');
is(prettify_hipchat(' Not prioritized  '), 'Not prioritized', 'Priority tag body');
is(prettify_hipchat('<span style="color: dimgrey;">Status:</span>  '),
- '',
+ 'Status:',
'Status label');
is(prettify_hipchat(' <span class="aui-lozenge aui-lozenge-complete">'),
'',