mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use assert_operator instead of mere assert
This commit is contained in:
parent
1722c156dd
commit
771fd915a4
1 changed files with 2 additions and 2 deletions
|
@ -1207,7 +1207,7 @@ class TestMethod < Test::Unit::TestCase
|
|||
}
|
||||
# puts "#{nummodule} modules, #{nummethod} methods"
|
||||
|
||||
assert nummodule > 0
|
||||
assert nummethod > 0
|
||||
assert_operator nummodule, :>, 0
|
||||
assert_operator nummethod, :>, 0
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue