Cleanup whitespace in session_test.go
This commit is contained in:
parent
7e394967bc
commit
8fe93ccf7d
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user