From c2c3e8076fe906c83fa0bae26fb3ca2138f8d8b2 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:16:45 +0000 Subject: [PATCH] Update Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs --- .../Controllers/ProductSpecificationControllerTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs index 289587b3b..d83570c8e 100644 --- a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs +++ b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs @@ -62,3 +62,4 @@ public async Task UpdateSpecification_ReturnsNoContentResult() // Assert Assert.IsType(result); } + }