1
0
Fork 0

Actually fix it

master
Philip O'Toole 8 months ago
parent fbc860bb35
commit 41c59589d5

@ -72,7 +72,7 @@ func Test_UploaderSingleUpload_ID(t *testing.T) {
sc := &mockStorageClient{
currentIDFn: func(ctx context.Context) (string, error) {
nCalled++
if nCalled == 0 {
if nCalled == 1 {
defer wg.Done()
}
return "1234", nil

Loading…
Cancel
Save