Skip to content

Commit a951805

Browse files
Merge pull request #338 from supertokens/cicd-fix
fix: cicd
2 parents 6eb8e86 + 233a7a5 commit a951805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/session/testingUtils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
// Testing constants
2626
var didGetSessionCallCore = false
27-
var returnedFromCache chan bool
27+
var returnedFromCache chan bool = make(chan bool, 1000)
2828
var urlsAttemptedForJWKSFetch []string
2929

3030
func resetAll() {

0 commit comments

Comments
 (0)