Skip to content

Commit

Permalink
corrected bug in unit test
Browse files Browse the repository at this point in the history
per [ralph's review](//pull/23#issuecomment-13311086)

...so much for red green refactor...
  • Loading branch information
aaronj1335 committed Feb 11, 2013
1 parent 1837759 commit 157ea71
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 @@ -377,7 +377,7 @@ define([
ok(true, 'first deferred should have failed');
dfd1Failed = true;
});
dfd1.then(function() {
dfd2.then(function() {
ok(false, 'second deferred should have failed');
start();
}, function() {
Expand Down

0 comments on commit 157ea71

Please sign in to comment.