Skip to content

Commit d42d22d

Browse files
author
Nick
authored
format
1 parent 4a3f775 commit d42d22d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom-rate-limiting_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ func getDefaultConf() *Config {
450450
HideClientHeader: false,
451451
}
452452
}
453+
453454
func TestGetRemainingAndIncr(t *testing.T) {
454455
kong := &pdk.PDK{}
455456
conf := getDefaultConf()
@@ -525,6 +526,7 @@ func TestInSlice(t *testing.T) {
525526
}
526527
}
527528
}
529+
528530
func TestRedisEval(t *testing.T) {
529531
options := &redis.Options{
530532
Addr: redisHostRight + ":" + strconv.Itoa(redisPortRight),

0 commit comments

Comments
 (0)