From 14cd14909ac65fe347b7d9bafbfb19bfc6b64d00 Mon Sep 17 00:00:00 2001 From: Marcin Stepnowski Date: Tue, 7 May 2024 21:59:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(BarcodeDetectorTests.swift):?= =?UTF-8?q?=20change=20XCTSkip=20to=20throw=20XCTSkip=20to=20fix=20test=20?= =?UTF-8?q?behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuyPolish/PolaTests/Manager/BarcodeDetectorTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuyPolish/PolaTests/Manager/BarcodeDetectorTests.swift b/BuyPolish/PolaTests/Manager/BarcodeDetectorTests.swift index fa69f420..640cbc7b 100644 --- a/BuyPolish/PolaTests/Manager/BarcodeDetectorTests.swift +++ b/BuyPolish/PolaTests/Manager/BarcodeDetectorTests.swift @@ -24,7 +24,7 @@ class BarcodeDetectorTests: XCTestCase { } func test_shouldDetectBarcode_whenImageIsNotEmpty() throws { - XCTSkip("To fix") + throw XCTSkip("To fix") let validBarcodeImage = getTestImage()! let expectation = XCTestExpectation() var result: String?