Eugene Lazutkin před 3 roky
rodič
revize
ab83b2d5e4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;