ruby : Loose RegExp for test (#3448)

This commit is contained in:
KITAITI Makoto
2025-10-01 15:33:11 +03:00
committed by GitHub
parent 2a56869669
commit 7849aff7a2
+1 -1
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