From ca365d9b018d5efccfb639a6fa95581c843e2231 Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Sun, 14 Jun 2015 05:08:42 -0400
Subject: 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.
---
test.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test.pl')
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(' Priority: Status: '),
- '',
+ 'Status:',
'Status label');
is(prettify_hipchat(' '),
'',
--
cgit v1.2.3