Skip to content

Commit

Permalink
minitest style guide update
Browse files Browse the repository at this point in the history
follow up for PR#145
  • Loading branch information
alexskr committed Dec 19, 2023
1 parent acba942 commit d3a61be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_chunks_write.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_query_flood
end
}

assert log_status.map { |x| x[:outstanding] }.max > 0
assert_operator 0, :<, log_status.map { |x| x[:outstanding] }.max
assert_equal 16, log_status.map { |x| x[:running] }.max
end

Expand Down

0 comments on commit d3a61be

Please sign in to comment.