Skip to content

Commit

Permalink
🔧 fix(BarcodeDetectorTests.swift): change XCTSkip to throw XCTSkip to…
Browse files Browse the repository at this point in the history
… fix test behavior
  • Loading branch information
WezSieTato committed May 7, 2024
1 parent 73e2907 commit 14cd149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuyPolish/PolaTests/Manager/BarcodeDetectorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 14cd149

Please sign in to comment.