use assert_operator for better error message

This commit is contained in:
Aaron Patterson 2024-01-15 11:26:18 -08:00
parent 496d761553
commit 4a18e06864
No known key found for this signature in database
GPG Key ID: 953170BCB4FFAFC6
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ module ApplicationTests
assert_match %r{Interrupt}, @error_output
assert_equal 1, matches[3].to_i
assert matches[1].to_i < 11
assert_operator matches[1].to_i, :<, 11
end
def test_run_in_parallel_with_processes