Make test follow change of log queue implementation

This commit is contained in:
Kitaiti Makoto 2026-06-05 10:38:17 +09:00
parent d58055b8e7
commit 2926922f64
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class TestCallback < TestBase
return false
}
@whisper.transcribe(@audio, @params)
sleep 0.5 # wait for logs dequeued
assert_match(/encoder_begin_callback returned false - aborting/, logs.join)
Whisper.log_set ->(level, buffer, user_data) {}, nil
end