Skip to content

Commit 17e6619

Browse files
committed
Make the vm_steps test more resilient to various OSes
1 parent 701b6b8 commit 17e6619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_statement.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def test_vm_steps
333333
stmt = @db.prepare('select * from test1 order by a')
334334
stmt.execute.to_a
335335

336-
assert_equal 17, stmt.vm_steps
336+
assert_operator stmt.vm_steps, :>, 0
337337

338338
stmt.close
339339
end

0 commit comments

Comments
 (0)