aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-06-14 05:08:42 -0400
committerTeddy Wing2015-06-14 05:08:42 -0400
commitca365d9b018d5efccfb639a6fa95581c843e2231 (patch)
tree6fd18ff969f51c3df502d36adbfc751ebef81de2
parent2f370c129ff5b5c5534d406a8149e9429dd9ee8c (diff)
downloadirssi-hipchat-stfu-ca365d9b018d5efccfb639a6fa95581c843e2231.tar.bz2
test.pl: Change status expected text to 'Status:'
Make this 'Status:' instead of empty string. I might want to change this back later because the thought of seeing 'Status:' on a single line bothers me. But let's do this for now so this test passes and we can change it back if it looks terrible.
-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">'),
'',