We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bf834 commit 3681b2aCopy full SHA for 3681b2a
test/test_integration.rb
@@ -527,11 +527,11 @@ def test_progress_handler_opcode_arg
527
first_count = progress_calls.size
528
529
progress_calls = []
530
- @db.progress_handler(4, handler)
+ @db.progress_handler(10, handler)
531
@db.execute "create table test2(a, b)"
532
second_count = progress_calls.size
533
534
- assert_operator first_count, :>, second_count
+ assert_operator first_count, :>=, second_count
535
end
536
537
def test_progress_handler_interrupts_operation
0 commit comments