Skip to content

Commit

Permalink
Update test/SimplCommerce.Module.ProductComparison.Tests/Controllers/…
Browse files Browse the repository at this point in the history
…ComparingProductControllerTests.cs
  • Loading branch information
hishamco authored Jan 11, 2024
1 parent 6b489ec commit 14f572d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public async Task Remove_ValidProduct_RemovesProduct()
};
workContextMock.Setup(repo => repo.GetCurrentUser()).ReturnsAsync(user);


// Act
var result = await controller.Remove(productId);

Expand Down

0 comments on commit 14f572d

Please sign in to comment.