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