From 93381cdd57a2abf7b4e85ad6fc8dc4b8a93d378f Mon Sep 17 00:00:00 2001 From: Ian Lavery Date: Thu, 16 Nov 2023 14:43:44 -0800 Subject: [PATCH] fix test --- .../CobraAppTest/CobraAppTestUITests/CobraAppTestUITests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }