mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix test for PointSet#min_enclosing_circle
This commit is contained in:
parent
868ea21f79
commit
1037cf0a8e
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class TestPointSet < OpenCVTestCase
|
|||
assert_equal(64, center.y.to_i)
|
||||
assert_in_delta(32.959, circle.radius, 0.001)
|
||||
|
||||
assert_raise(CvStsBadArg) {
|
||||
assert_raise(CvStsBadSize) {
|
||||
@contour2.min_enclosing_circle
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue