mirror of
https://github.com/restic/restic.git
synced 2025-12-08 06:09:56 +00:00
Update dependencies
This commit is contained in:
parent
f3b49987f8
commit
fda563d606
926 changed files with 189726 additions and 98666 deletions
3
vendor/cloud.google.com/go/datastore/integration_test.go
generated
vendored
3
vendor/cloud.google.com/go/datastore/integration_test.go
generated
vendored
|
|
@ -170,6 +170,7 @@ func TestGetMulti(t *testing.T) {
|
|||
{key: NameKey("X", "item1", p), put: true},
|
||||
{key: NameKey("X", "item2", p), put: false},
|
||||
{key: NameKey("X", "item3", p), put: false},
|
||||
{key: NameKey("X", "item3", p), put: false},
|
||||
{key: NameKey("X", "item4", p), put: true},
|
||||
}
|
||||
|
||||
|
|
@ -1003,6 +1004,8 @@ func TestNilPointers(t *testing.T) {
|
|||
t.Errorf("Get: err %v; want %v", err, want)
|
||||
}
|
||||
|
||||
// Test that deleting with duplicate keys work.
|
||||
keys = append(keys, keys...)
|
||||
if err := client.DeleteMulti(ctx, keys); err != nil {
|
||||
t.Errorf("Delete: %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue