mirror of
https://github.com/restic/restic.git
synced 2026-07-09 16:55:10 +00:00
Update dependencies
Among others, this updates minio-go, so that the new "eu-west-3" zone for AWS is supported.
This commit is contained in:
+1
-2
@@ -18,7 +18,6 @@ package spanner
|
||||
|
||||
import (
|
||||
"math"
|
||||
"reflect"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
@@ -158,7 +157,7 @@ func TestBindParams(t *testing.T) {
|
||||
} {
|
||||
st.Params["var"] = test.val
|
||||
var got sppb.ExecuteSqlRequest
|
||||
if err := st.bindParams(&got); !reflect.DeepEqual(err, test.wantErr) {
|
||||
if err := st.bindParams(&got); !testEqual(err, test.wantErr) {
|
||||
t.Errorf("value %#v:\ngot: %v\nwant: %v", test.val, err, test.wantErr)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user