Skip to content

Commit 7eaaf28

Browse files
committed
Use the right number of expected assertions.
1 parent c469469 commit 7eaaf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/public/test/data-disable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ asyncTest('form[data-remote] input|button|textarea[data-disable-with] does not d
246246

247247
});
248248

249-
asyncTest('ctrl-clicking on a link does not disables the link', 0, function() {
249+
asyncTest('ctrl-clicking on a link does not disables the link', 6, function() {
250250
var link = $('a[data-disable-with]'), e;
251251
e = $.Event('click');
252252
e.metaKey = true;

0 commit comments

Comments
 (0)