From f114d2be356c5c8db773bf7854476c6f5812ef16 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:15:32 +0000 Subject: [PATCH] Update Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs --- .../Controllers/ProductSpecificationControllerTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs index ce1ffbfd7..a27cfc2d2 100644 --- a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs +++ b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs @@ -61,5 +61,4 @@ public async Task UpdateSpecification_ReturnsNoContentResult() // Assert Assert.IsType(result); - } }