From 8fe93ccf7d8af323162dc7c3020cc62eac66d66b Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Tue, 2 Oct 2018 21:41:59 +0200 Subject: [PATCH] Cleanup whitespace in session_test.go --- session_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session_test.go b/session_test.go index 832bc9d..05faf45 100644 --- a/session_test.go +++ b/session_test.go @@ -41,8 +41,8 @@ func TestGetSessionCookieCookieSet(t *testing.T) { if err != nil { t.Errorf("err != nil in getSessionCookie") } + if mySessionKey != sessionKey { t.Errorf("getSessionKey didn't fetch sessionKey from \"session\" cookie") } - }