diff --git a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs index d6aba6acb..32f60a9f8 100644 --- a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs +++ b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs @@ -61,4 +61,3 @@ public async Task UpdateSpecification_ReturnsNoContentResult() var result = await _controller.UpdateSpecification(productId, specificationId, specification, CancellationToken.None); // Assert - }}