Skip to content

Commit

Permalink
Merge pull request #11751 from emberjs/test-bug-1
Browse files Browse the repository at this point in the history
[CLEANUP beta] Fix bug in test in reduce_computed_macros_test.js
  • Loading branch information
mmun committed Jul 15, 2015
2 parents 8547be0 + 7bd13a3 commit acb03f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ QUnit.test('property paths in sort properties update the sorted array', function
sansa
], 'precond - array is initially sorted');

get(cersei, 'status', 3);
set(cersei, 'status', 3);

deepEqual(obj.get('sortedPeople'), [
jaime,
Expand Down

0 comments on commit acb03f8

Please sign in to comment.