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 14f572d commit ebb7af6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ public async Task Index_ReturnsValidViewModel()
// Act
var result = await controller.Index();


// Assert
var viewResult = Assert.IsType<ViewResult>(result);
var viewModel = Assert.IsType<ProductComparisonVm>(viewResult.Model);
Expand Down

0 comments on commit ebb7af6

Please sign in to comment.