Eugene Lazutkin 3 лет назад
Родитель
Сommit
ab83b2d5e4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/test_fun.js

+ 1 - 1
tests/test_fun.js

@@ -5,7 +5,7 @@ const unit = require('heya-unit');
 const {streamToArray, delay} = require('./helpers');
 const Chain = require('../src/index');
 
-const {fromIterable} = require('../utils/FromIterable');
+const {fromIterable} = require('../src/utils/FromIterable');
 const fun = require('../src/fun');
 
 const {none, finalValue, many} = Chain;