Skip to content

Commit

Permalink
Merge pull request #45 from tinh-tinh/enhance/ren/add-unit-test
Browse files Browse the repository at this point in the history
fix: test case for run timeout
  • Loading branch information
Ren0503 authored Oct 4, 2024
2 parents 17238ae + caf9687 commit a113134
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 @@ -20,7 +20,7 @@ func Test_Session(t *testing.T) {

func Test_Expiration(t *testing.T) {
s := New(Options{
ExpiresIn: 3 * time.Second,
ExpiresIn: 1 * time.Second,
})

cookie := s.Set("abc", "mno")
Expand Down

0 comments on commit a113134

Please sign in to comment.