Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 2, 2023
1 parent 2fcdf79 commit d349d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class KoalaDemoUITests: XCTestCase {
testPcm.reserveCapacity(Int(Koala.frameLength))

do {
let res = try k.process(pcm: testPcm)
let res = try k.process(testPcm)
XCTAssert(res.count == 0)
} catch {
XCTAssert("\(error.localizedDescription)".count > 0)
Expand Down

0 comments on commit d349d2c

Please sign in to comment.