Skip to content

Commit f5bb254

Browse files
committed
corrected comment
1 parent a0efbc9 commit f5bb254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api/traversing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ describe('$(...)', function () {
13961396
// applies green to pear... AND should not affect apple
13971397
$pear.addClass('green');
13981398
expect($pear.hasClass('green')).toBe(true); //currently this is true
1399-
expect($apple.hasClass('green')).toBe(false); // and this is true!
1399+
expect($apple.hasClass('green')).toBe(false); // and this should be false!
14001400
});
14011401
});
14021402
});

0 commit comments

Comments
 (0)