Skip to content

Commit

Permalink
sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
cantremember committed May 14, 2015
1 parent 1f50805 commit b0741cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/theLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ A\tB\n\

return wwwRoot.willGetFilenames('*')
.then(function(filenames) {
assert.deepEqual(filenames, [
assert.deepEqual(filenames.sort(), [
'ambienceAnySample.js',
'config.js',
'fuccSchedule.js',
Expand Down

0 comments on commit b0741cf

Please sign in to comment.