unused param

This commit is contained in:
Doug Fawley 2025-07-08 14:27:45 -07:00
parent 0f0b93c334
commit e05f10cae8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func (s) TestRotateEndpoints(t *testing.T) {
for _, tc := range testCases { for _, tc := range testCases {
t.Run(fmt.Sprint(tc.rval), func(t *testing.T) { t.Run(fmt.Sprint(tc.rval), func(t *testing.T) {
randIntN = func(n int) int { randIntN = func(int) int {
return tc.rval return tc.rval
} }
got := rotateEndpoints(endpoints) got := rotateEndpoints(endpoints)