Set correct number of assertions

This commit is contained in:
JD Isaacks
2014-09-02 10:33:05 -04:00
committed by Adam Krebs
parent 63790cd1d6
commit 7e4f140072

View File

@@ -117,7 +117,7 @@
equal(col.get(101).get('name'), 'dalmatians');
});
test("at", 1, function() {
test("at", 2, function() {
equal(col.at(2), c);
equal(col.at(-2), c);
});