Skip to content

Commit

Permalink
Add failing merge with defaults test
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Apr 12, 2013
1 parent 4e72ab1 commit f61bd29
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 @@ -963,7 +963,7 @@ $(document).ready(function() {
equal(col.first().get('key'), 'other');

col.set({id: 1, other: 'value'});
equal(col.first().get('key'), 'value');
equal(col.first().get('key'), 'other');
equal(col.length, 1);
});

Expand Down

0 comments on commit f61bd29

Please sign in to comment.