Skip to content

Commit

Permalink
Fix sort-order test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovalney authored and jdalton committed Apr 21, 2019
1 parent 5c69a07 commit c27bc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/options/sort-order/process/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ describe('Option `sort-order`, process', function() {
let input = test.readFile('multiple-groups-2.css');
let expected = test.readFile('multiple-groups-2.expected.css');

const processStringAgain = () => {
return test.comb.processString(input);
const processStringAgain = (processed) => {
return test.comb.processString(processed);
};

return test.comb.processString(input)
Expand Down

0 comments on commit c27bc21

Please sign in to comment.