Skip to content

Commit 647696e

Browse files
committed
Follow whisper.cpp log level change
1 parent f31aa20 commit 647696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/tests/test_whisper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_log_set
107107

108108
assert logs.length > 30
109109
logs.each do |log|
110-
assert_equal Whisper::LOG_LEVEL_INFO, log[0]
110+
assert_include [Whisper::LOG_LEVEL_DEBUG, Whisper::LOG_LEVEL_INFO, Whisper::LOG_LEVEL_WARN], log[0]
111111
assert_same user_data, log[2]
112112
end
113113
end

0 commit comments

Comments
 (0)