Skip to content

Commit

Permalink
refactor(middleware/session): rename Test_Session_Save_Absolute to Te…
Browse files Browse the repository at this point in the history
…st_Session_Save_AbsoluteTimeout
  • Loading branch information
sixcolors committed Sep 26, 2024
1 parent c3d3f0c commit 0e9a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/session/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ func Test_Session_Save_IdleTimeout(t *testing.T) {
})
}

func Test_Session_Save_Absolute(t *testing.T) {
func Test_Session_Save_AbsoluteTimeout(t *testing.T) {
t.Parallel()

t.Run("save to cookie", func(t *testing.T) {
Expand Down

0 comments on commit 0e9a73e

Please sign in to comment.