summaryrefslogtreecommitdiffstats
path: root/api/command_shrug_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-09 09:22:14 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-09 09:22:14 -0600
commit3edcf960a0502fbeb3e4b46e87ecb958646eeb39 (patch)
treed8f39f96499de30052169ac2970b10a71be2602e /api/command_shrug_test.go
parentb1a7c1acf139efbb5312b4aa939bd94155e6a9e6 (diff)
downloadchat-3edcf960a0502fbeb3e4b46e87ecb958646eeb39.tar.gz
chat-3edcf960a0502fbeb3e4b46e87ecb958646eeb39.tar.bz2
chat-3edcf960a0502fbeb3e4b46e87ecb958646eeb39.zip
Fixing unit tests
Diffstat (limited to 'api/command_shrug_test.go')
-rw-r--r--api/command_shrug_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_shrug_test.go b/api/command_shrug_test.go
index 95ef9f115..92cecf664 100644
--- a/api/command_shrug_test.go
+++ b/api/command_shrug_test.go
@@ -39,7 +39,7 @@ func TestShrugCommand(t *testing.T) {
if len(p1.Order) != 1 {
t.Fatal("Command failed to send")
} else {
- if p1.Posts[p1.Order[0]].Message != `¯\_(ツ)_/¯` {
+ if p1.Posts[p1.Order[0]].Message != `¯\\\_(ツ)\_/¯` {
t.Log(p1.Posts[p1.Order[0]].Message)
t.Fatal("invalid shrug reponse")
}