Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-with-copilot.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Pine <[email protected]>
  • Loading branch information
sigmade and IEvangelist authored Jan 18, 2025
1 parent 3d31a3d commit 323ed56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/core/testing/unit-testing-with-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public class ProductService(
IProductDataStorage productDataStorage,
ICacheClient cacheClient)
{
private readonly IProductDataStorage _productDataStorage = productDataStorage;
private readonly ICacheClient _cacheClient = cacheClient;

public async Task<Product?> GetProductById(int productId)
{
var product = await _cacheClient.GetProduct(productId);
Expand Down

0 comments on commit 323ed56

Please sign in to comment.