1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

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

This commit is contained in:
OpenCV Pushbot
2022-05-12 08:44:00 +00:00
committed by GitHub
+1 -1
View File
@@ -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");