Skip to content

Commit 56bbbb8

Browse files
Isaiah FrantzIsaiah Frantz
authored andcommitted
moar rubobop's
1 parent d0f62be commit 56bbbb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/octocatalog-diff/tests/util/parallel_spec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def dont_wait_me_bro(sleep_for = 1)
3838
def wait_on_me(pid)
3939
status = nil
4040
# just in case status never equals anything
41-
count = 100
41+
count = 100
4242
while status.nil? || count > 0
4343
count -= 1
4444
status = Process.waitpid2(pid, Process::WNOHANG)
@@ -73,7 +73,6 @@ def wait_on_me(pid)
7373
result = c.wait_on_me(just_a_guy)
7474
expect(result).to be_a_kind_of(Array)
7575
# test result and check for error conditions
76-
7776
end
7877

7978
it 'should parallelize and return task results' do
@@ -539,4 +538,4 @@ def validate(arg, _logger = nil, _extra_args = {})
539538
end.to raise_error(ArgumentError, /Element .* must be a OctocatalogDiff::Util::Parallel::Task, not a /)
540539
end
541540
end
542-
end
541+
end

0 commit comments

Comments
 (0)