Skip to content

Commit

Permalink
Update Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTes…
Browse files Browse the repository at this point in the history
…ts.cs
  • Loading branch information
gitauto-ai[bot] authored Dec 11, 2024
1 parent c818ac8 commit c4a0e3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ public async Task UpdateSpecification_ReturnsNoContentResult()
var result = await _controller.UpdateSpecification(productId, specificationId, specification, CancellationToken.None);

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Remove the unused local variable 'result'. Warning test

Remove the unused local variable 'result'.

// Assert
}}

0 comments on commit c4a0e3b

Please sign in to comment.