Hello,
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()
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()