mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Forgot semicolon at end of floodFill bounding rect unit test
This commit is contained in:
parent
cfd37af574
commit
4a395262ae
@ -585,7 +585,7 @@ test('floodFill optional returned bounding rect', function(assert) {
|
||||
assert.equal(rect[1][0], 15); // Expect fill to create 15px-wide bounding rect
|
||||
assert.equal(rect[1][1], 10); // Expect fill to create 10px-tall bounding rect
|
||||
assert.end();
|
||||
})
|
||||
});
|
||||
|
||||
// Test the examples folder.
|
||||
require('./examples')()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user