Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 16, 2023
1 parent 92843de commit 93381cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 93381cd

Please sign in to comment.