mirror of
https://github.com/restic/restic.git
synced 2025-08-25 01:59:21 +00:00
Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
7
vendor/cloud.google.com/go/internal/testutil/unique_test.go
generated
vendored
7
vendor/cloud.google.com/go/internal/testutil/unique_test.go
generated
vendored
@@ -27,6 +27,13 @@ func TestNew(t *testing.T) {
|
||||
if got != want {
|
||||
t.Errorf("got %q, want %q", got, want)
|
||||
}
|
||||
|
||||
s2 := NewUIDSpaceSep("prefix2", '_')
|
||||
got = s2.newID(tm)
|
||||
want = "prefix2_20170106_21_0000"
|
||||
if got != want {
|
||||
t.Errorf("got %q, want %q", got, want)
|
||||
}
|
||||
}
|
||||
|
||||
func TestTimestamp(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user