Skip to content

Commit 00cc67a

Browse files
committed
Tests: Correct expected assertion count
Ref e94b5b0
1 parent e94b5b0 commit 00cc67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/offset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ QUnit.test( "chaining", function( assert ) {
667667
scrollLeft = win.pageXOffset,
668668
expectations = getExpectations( htmlPos, bodyPos, scrollTop, scrollLeft );
669669

670-
assert.expect( 1 + 3 * Object.keys( expectations ).length );
670+
assert.expect( 3 * Object.keys( expectations ).length );
671671

672672
// Setup documentElement and body styles, preserving scroll position
673673
doc.documentElement.style.position = htmlPos;

0 commit comments

Comments
 (0)