Skip to content

Commit c27bc21

Browse files
mariovalneyjdalton
authored andcommitted
Fix sort-order test
1 parent 5c69a07 commit c27bc21

File tree

1 file changed

+2
-2
lines changed
  • test/options/sort-order/process

1 file changed

+2
-2
lines changed

test/options/sort-order/process/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ describe('Option `sort-order`, process', function() {
5959
let input = test.readFile('multiple-groups-2.css');
6060
let expected = test.readFile('multiple-groups-2.expected.css');
6161

62-
const processStringAgain = () => {
63-
return test.comb.processString(input);
62+
const processStringAgain = (processed) => {
63+
return test.comb.processString(processed);
6464
};
6565

6666
return test.comb.processString(input)

0 commit comments

Comments
 (0)