From 3edcf960a0502fbeb3e4b46e87ecb958646eeb39 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sat, 9 Jan 2016 09:22:14 -0600 Subject: Fixing unit tests --- api/command_shrug_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/command_shrug_test.go') 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") } -- cgit v1.2.3-1-g7c22