Skip to content

Commit b2b96a3

Browse files
Fix tests
1 parent 18d15fa commit b2b96a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__tests__/consumer/node_redis.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-console */
22

33
import osFunction from 'os';
4-
import ipFunction from '../../utils/ip';
4+
import * as ipFunction from '../../utils/ip';
55
import tape from 'tape';
66
import sinon from 'sinon';
77
import RedisServer from 'redis-server';

src/settings/__tests__/node.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import tape from 'tape-catch';
22
import sinon from 'sinon';
33
import osFunction from 'os';
4-
import ipFunction from '../../utils/ip';
4+
import * as ipFunction from '../../utils/ip';
55
import { settingsFactory } from '../node';
66
import { CONSUMER_MODE, NA } from '@splitsoftware/splitio-commons/src/utils/constants';
77

0 commit comments

Comments
 (0)