mirror of
https://github.com/restic/restic.git
synced 2025-08-14 00:07:53 +00:00
Rename unused testing parameter to _
The parameter is an additional marker that the test helper must only be used for tests.
This commit is contained in:
@@ -3,6 +3,6 @@ package retry
|
||||
import "testing"
|
||||
|
||||
// TestFastRetries reduces the initial retry delay to 1 millisecond
|
||||
func TestFastRetries(t testing.TB) {
|
||||
func TestFastRetries(_ testing.TB) {
|
||||
fastRetries = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user