Cleanup whitespace in session_test.go

This commit is contained in:
Peter Stuifzand 2018-10-02 21:41:59 +02:00
parent 7e394967bc
commit 8fe93ccf7d

View File

@ -41,8 +41,8 @@ func TestGetSessionCookieCookieSet(t *testing.T) {
if err != nil { if err != nil {
t.Errorf("err != nil in getSessionCookie") t.Errorf("err != nil in getSessionCookie")
} }
if mySessionKey != sessionKey { if mySessionKey != sessionKey {
t.Errorf("getSessionKey didn't fetch sessionKey from \"session\" cookie") t.Errorf("getSessionKey didn't fetch sessionKey from \"session\" cookie")
} }
} }