mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Fix incorrect assert name for ensure_iterability_es6
Closes gh-3584
Ref bb026fc1
.
This commit is contained in:
parent
febb441eb9
commit
c1c549793a
@ -18,6 +18,6 @@ module.exports = function ensureIterability() {
|
||||
result += i.nodeName;
|
||||
}
|
||||
|
||||
assert.strictEqual( result, "DIVSPANA", "for-of doesn't work on jQuery objects" );
|
||||
assert.strictEqual( result, "DIVSPANA", "for-of works on jQuery objects" );
|
||||
} );
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user