From b7a88ab305d55ee1dfd9c43ff59073db0d83da15 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:13:14 +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 1bd3a0002..bba089a2d 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); - }