Skip to content

Commit c05121d

Browse files
committed
rename test
Signed-off-by: Won Jun Jang <wjang@uber.com>
1 parent c90e5d8 commit c05121d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/sampling/strategystore/adaptive/calculationstrategy/interface_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/stretchr/testify/assert"
2121
)
2222

23-
func TestCalculate(t *testing.T) {
23+
func TestFunc(t *testing.T) {
2424
c := Func(func(targetQPS, qps, oldProbability float64) float64 {
2525
return targetQPS
2626
})

0 commit comments

Comments
 (0)