Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit f2a1546

Browse files
authored
Update trackerParamTests.js
1 parent 4370045 commit f2a1546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/modules/tracking/trackerParamTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = () => {
4343
const floatSafe = true;
4444
assertPropsWithValue(trackerParams)(params, floatSafe);
4545
});
46-
((cv.version.minor > 4 || (cv.version.minor === 4 && cv.version.subminor > 0) ? it : it.skip)('TrackerCSRTParams', () => {
46+
((cv.version.minor > 4 || (cv.version.minor === 4 && cv.version.subminor > 0)) ? it : it.skip)('TrackerCSRTParams', () => {
4747
const params = {
4848
admm_iterations: 22,
4949
background_ratio: 3,

0 commit comments

Comments
 (0)