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