Skip to content

Commit

Permalink
Follow whisper.cpp log level change
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Nov 21, 2024
1 parent f31aa20 commit 647696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ruby/tests/test_whisper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_log_set

assert logs.length > 30
logs.each do |log|
assert_equal Whisper::LOG_LEVEL_INFO, log[0]
assert_include [Whisper::LOG_LEVEL_DEBUG, Whisper::LOG_LEVEL_INFO, Whisper::LOG_LEVEL_WARN], log[0]
assert_same user_data, log[2]
end
end
Expand Down

0 comments on commit 647696e

Please sign in to comment.