Skip to content

Commit

Permalink
#2 coverage is back ! good boy :p
Browse files Browse the repository at this point in the history
  • Loading branch information
quazardous committed Jan 6, 2017
1 parent bffb42b commit d404ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/readify.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ test('readify sort: size asc', (t) => {
'1.txt'
];

readify('./test/dir', {sort: 'size'}, (error, data) => {
readify('./test/dir', {sort: 'size', order: 'asc'}, (error, data) => {
t.notOk(error, 'no error');
data.files = data.files.map(function(file) {
return file.name;
Expand Down

0 comments on commit d404ad3

Please sign in to comment.