Skip to content

Commit

Permalink
Set correct number of assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
jisaacks committed Sep 2, 2014
1 parent 992fc7b commit bcd7549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit bcd7549

Please sign in to comment.