Skip to content

Commit

Permalink
Correct tests for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bordeo committed May 25, 2020
1 parent eee2d40 commit bf4308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional-tests-plugins.js
Expand Up @@ -75,7 +75,7 @@ function _optimumxReinit(addClass){
}
} else {
setTimeout(function(){
ok(unveiled == 2);
assert.ok(unveiled == 2);
done();
}, 130);
}
Expand Down

0 comments on commit bf4308a

Please sign in to comment.