Skip to content

Commit

Permalink
fix flawed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmil committed Oct 2, 2014
1 parent 743ebb7 commit e10ab33
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 @@ -775,7 +775,7 @@
}
};
col.sync = m.sync = function( method, collection, options ){
options.success(collection, [], options);
options.success({});
};
col.fetch(opts);
col.create(m, opts);
Expand Down

0 comments on commit e10ab33

Please sign in to comment.