mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Fix typo in throttle test.
This commit is contained in:
@@ -7677,7 +7677,7 @@
|
|||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
var result = [throttled('x'), throttled('y')];
|
var result = [throttled('x'), throttled('y')];
|
||||||
notEqual(result[0], 'x');
|
notEqual(result[0], 'a');
|
||||||
notStrictEqual(result[0], undefined);
|
notStrictEqual(result[0], undefined);
|
||||||
|
|
||||||
notEqual(result[1], 'y');
|
notEqual(result[1], 'y');
|
||||||
|
|||||||
Reference in New Issue
Block a user