Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 66ec8ac

Browse files
committed
Test CI with 922 test for Bisect integration test
1 parent c061e52 commit 66ec8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/core/resources/blocking_pipe_bisect_spec.rb_

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
RSpec.describe "1000 tests" do
44
puts "Try to saturate the pipe in Bisect command"
5-
(0..923).each do |t|
5+
(0..922).each do |t|
66
it { expect(t).to eq t }
77
end
88
end

0 commit comments

Comments
 (0)