Skip to content

Commit

Permalink
Fix cache key name error for box file test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhongjiang committed Dec 21, 2015
1 parent 80ded2f commit bcaa545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/box/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('File', function() {
}

function getCacheId(path) {
return 'file_test/' + path;
return pathFn.join('file_test', path);
}

function removeCache(path) {
Expand Down

0 comments on commit bcaa545

Please sign in to comment.