From 75d79e96c921e1b3e5c2fd54af43098d829f8b23 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:09:29 +0000 Subject: [PATCH] Update Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs --- .../Controllers/ProductSpecificationControllerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs index a785b1719..d6aba6acb 100644 --- a/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs +++ b/Tests/VTEX.Tests/Controllers/ProductSpecificationControllerTests.cs @@ -61,4 +61,4 @@ public async Task UpdateSpecification_ReturnsNoContentResult() var result = await _controller.UpdateSpecification(productId, specificationId, specification, CancellationToken.None); // Assert - } + }}