Skip to content

Commit 3951acc

Browse files
committed
Add tests for Context#full_get_segment_speaker_turn_next API
1 parent 5ebd2b5 commit 3951acc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/ruby/tests/test_whisper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ def test_full_get_segment_t1
170170
whisper.full_get_segment_t1(whisper.full_n_segments)
171171
end
172172
end
173+
174+
def test_full_get_segment_speaker_turn_next
175+
assert_false whisper.full_get_segment_speaker_turn_next(0)
176+
end
173177
end
174178

175179
def test_lang_max_id

0 commit comments

Comments
 (0)