Browse Source

Fixed typo.

Eugene Lazutkin 3 years ago
parent
commit
ab83b2d5e4
1 changed files with 1 additions and 1 deletions
  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 {streamToArray, delay} = require('./helpers');
 const Chain = require('../src/index');
 const Chain = require('../src/index');
 
 
-const {fromIterable} = require('../utils/FromIterable');
+const {fromIterable} = require('../src/utils/FromIterable');
 const fun = require('../src/fun');
 const fun = require('../src/fun');
 
 
 const {none, finalValue, many} = Chain;
 const {none, finalValue, many} = Chain;