diff --git a/binding/ios/CobraAppTest/CobraAppTestUITests/CobraAppTestUITests.swift b/binding/ios/CobraAppTest/CobraAppTestUITests/CobraAppTestUITests.swift index 2b7589e..0ba7a92 100644 --- a/binding/ios/CobraAppTest/CobraAppTestUITests/CobraAppTestUITests.swift +++ b/binding/ios/CobraAppTest/CobraAppTestUITests/CobraAppTestUITests.swift @@ -82,7 +82,7 @@ class CobraAppTestUITests: XCTestCase { do { let res = try cobra.process(pcm: testPcm) - XCTAssert(res != true) + XCTAssert(res == 66.6) } catch { XCTAssert("\(error.localizedDescription)".count > 0) }