diff --git a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs index d83570c8e..289587b3b 100644 --- a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs +++ b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs @@ -62,4 +62,3 @@ public async Task UpdateSpecification_ReturnsNoContentResult() // Assert Assert.IsType(result); } - }