Skip to content

Commit 69fb84a

Browse files
author
Amoki
committed
fix errored hydrater
1 parent eb06757 commit 69fb84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cleaning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ concurrencies.forEach(function(concurrency) {
136136
this.timeout(10000);
137137

138138
var config = {
139-
hydrater_function: path.resolve(__dirname, '../hydraters/errored-hydrater.js'),
139+
hydrater_function: path.resolve(__dirname, './hydraters/errored-hydrater.js'),
140140
concurrency: concurrency,
141141
logger: function() {},
142142
};

0 commit comments

Comments
 (0)