Merge pull request #21974 from cxcorp:fix-js-test-globals

pull/21975/head
OpenCV Pushbot 3 years ago committed by GitHub
commit 4af8e5c5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/js/test/test_imgproc.js

@ -948,7 +948,7 @@ QUnit.test('test_filter', function(assert) {
cv.rotate(src, dst, cv.ROTATE_90_CLOCKWISE);
size = dst.size();
let size = dst.size();
assert.equal(size.height, 2, "ROTATE_HEIGHT");
assert.equal(size.width, 3, "ROTATE_WIGTH");

Loading…
Cancel
Save