Rename RunCookieTests to RunSessionTests
This commit is contained in:
parent
02e80b7aab
commit
65302ed34b
@ -150,7 +150,7 @@ var _ = Describe("NewSessionStore", func() {
|
||||
})
|
||||
}
|
||||
|
||||
RunCookieTests := func() {
|
||||
RunSessionTests := func() {
|
||||
Context("with default options", func() {
|
||||
BeforeEach(func() {
|
||||
var err error
|
||||
@ -235,7 +235,7 @@ var _ = Describe("NewSessionStore", func() {
|
||||
})
|
||||
|
||||
Context("the cookie.SessionStore", func() {
|
||||
RunCookieTests()
|
||||
RunSessionTests()
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user