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?