Merge conflict fix for redis cache exception handling
This commit is contained in:
parent
84ff69147e
commit
17ffcb9a6e
2 changed files with 10 additions and 5 deletions
|
@ -31,6 +31,7 @@ namespace cartservice
|
|||
};
|
||||
var cart = await client.GetCartAsync(request);
|
||||
Assert.NotNull(cart);
|
||||
|
||||
// All grpc objects implement IEquitable, so we can compare equality with by-value semantics
|
||||
Assert.Equal(new Cart(), cart);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue