diff --git a/test/collection.js b/test/collection.js index ae0cd3c8..17cacee0 100644 --- a/test/collection.js +++ b/test/collection.js @@ -99,7 +99,7 @@ $(document).ready(function() { .filter(function(o){ return o.id % 2 === 0; }) .map(function(o){ return o.id * 2; }) .value(), - [8, 4]); + [4, 8]); }); test("Collection: refresh", function() {