You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please get rid of errors like this: return &dynamodb.UpdateItemOutput{}, fmt.Errorf("Update Item Expectation Not Found") and just return &dynamodb.UpdateItemOutput{}, nil, so this library can also be used for some stubbing like db, _ := dynamock.New()
The text was updated successfully, but these errors were encountered:
Hello,
please get rid of errors like this:
return &dynamodb.UpdateItemOutput{}, fmt.Errorf("Update Item Expectation Not Found")
and justreturn &dynamodb.UpdateItemOutput{}, nil
, so this library can also be used for some stubbing likedb, _ := dynamock.New()
The text was updated successfully, but these errors were encountered: