Remove some unused assignments

This commit is contained in:
Michael Eischer
2020-10-05 23:19:22 +02:00
parent eba5dd831f
commit 1579d2a8ec
3 changed files with 2 additions and 3 deletions

View File

@@ -2094,7 +2094,7 @@ func TestMetadataChanged(t *testing.T) {
want.Group = ""
// make another snapshot
snapshotID, node3 := snapshot(t, repo, fs, snapshotID, "testfile")
_, node3 := snapshot(t, repo, fs, snapshotID, "testfile")
// Override username and group to empty string - in case underlying system has user with UID 51234
// See https://github.com/restic/restic/issues/2372
node3.User = ""