ruby : Loose RegExp for test (#3448)

This commit is contained in:
KITAITI Makoto 2025-10-01 21:33:11 +09:00 committed by GitHub
parent 2a56869669
commit 7849aff7a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class TestWhisper < TestBase
params = Whisper::Params.new
@whisper.transcribe(AUDIO, params, n_processors: 4) {|text|
assert_match(/ask not what your country can do for you[,.] ask what you can do for your country/i, text)
assert_match(/what you can do for your country/i, text)
}
end