Skip to content

Commit

Permalink
clarified test case name
Browse files Browse the repository at this point in the history
per [ralph's review](//pull/23#issuecomment-13311086), bullet #4
  • Loading branch information
aaronj1335 committed Feb 11, 2013
1 parent 157ea71 commit 0538dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/test_model_consistency.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ define([
});
});

asyncTest('failed save restores changes to local model', function() {
asyncTest('failed save preserves list of unpersisted changes', function() {
setup().then(function(c) {
var m = c.first(), dfd1, dfd2;

Expand Down

0 comments on commit 0538dab

Please sign in to comment.