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 50f1ef0 commit c6bf834Copy full SHA for c6bf834
test/test_integration.rb
@@ -527,7 +527,7 @@ def test_progress_handler_opcode_arg
527
first_count = progress_calls.size
528
529
progress_calls = []
530
- @db.progress_handler(2, handler)
+ @db.progress_handler(4, handler)
531
@db.execute "create table test2(a, b)"
532
second_count = progress_calls.size
533
0 commit comments