Skip to content

Commit

Permalink
[CLEANUP beta] Fix bug in test in reduce_computed_macros_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XiphiasUvella authored and mmun committed Jul 15, 2015
1 parent 8547be0 commit 7bd13a3
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 7bd13a3

Please sign in to comment.