rm redundant leftover comment
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
31adf1400c
commit
ea974982bd
1 changed files with 0 additions and 4 deletions
|
@ -299,10 +299,6 @@ func testCartService() error {
|
|||
defer conn.Close()
|
||||
cl := pb.NewCartServiceClient(conn)
|
||||
|
||||
// AddItem(ctx context.Context, in *AddItemRequest, opts ...grpc.CallOption) (*Empty, error)
|
||||
// GetCart(ctx context.Context, in *GetCartRequest, opts ...grpc.CallOption) (*Cart, error)
|
||||
// EmptyCart(ctx context.Context, in *EmptyCartRequest, opts ...grpc.CallOption) (*Empty, error)
|
||||
|
||||
log.Println("--- rpc AddItem()")
|
||||
userID := "smoke-test-user"
|
||||
_, err = cl.AddItem(context.TODO(), &pb.AddItemRequest{
|
||||
|
|
Loading…
Reference in a new issue