mirror of
https://github.com/restic/restic.git
synced 2026-07-16 04:04: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:
@@ -34,7 +34,7 @@ func TestUseLowSecurityKDFParameters(t logger) {
|
||||
}
|
||||
|
||||
// TestBackend returns a fully configured in-memory backend.
|
||||
func TestBackend(t testing.TB) restic.Backend {
|
||||
func TestBackend(_ testing.TB) restic.Backend {
|
||||
return mem.New()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user