Fix skipTest count for a _.uniq test.

This commit is contained in:
John-David Dalton
2014-07-13 22:57:36 -07:00
parent f2a829362b
commit 381ecd8f70

View File

@@ -4539,7 +4539,7 @@
_.indexOf = indexOf;
}
else {
skipTest(2);
skipTest(6);
}
});
}());