mirror of
https://github.com/restic/restic.git
synced 2026-08-31 01:37:14 +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:
@@ -209,7 +209,7 @@ func TestParseHandle(s string, t BlobType) BlobHandle {
|
||||
}
|
||||
|
||||
// TestSetSnapshotID sets the snapshot's ID.
|
||||
func TestSetSnapshotID(t testing.TB, sn *Snapshot, id ID) {
|
||||
func TestSetSnapshotID(_ testing.TB, sn *Snapshot, id ID) {
|
||||
sn.id = &id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user