Eugene Lazutkin 3 роки тому
батько
коміт
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;