Skip to content

Commit

Permalink
fix for issue amcjen#20
Browse files Browse the repository at this point in the history
  • Loading branch information
lhagan committed May 30, 2012
1 parent fc48d5a commit f02f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/heavy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var clucene = new cl.Lucene();

var indexPath = './heavy.index';

var testJson = JSON.parse(fs.readFileSync("./test/facebook.json"));
var testJson = JSON.parse(fs.readFileSync("./facebook.json"));

if (path.existsSync(indexPath)) {
wrench.rmdirSyncRecursive(indexPath);
Expand Down

0 comments on commit f02f324

Please sign in to comment.