summaryrefslogtreecommitdiffstats
path: root/api/command_shrug_test.go
diff options
context:
space:
mode:
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")
}