Skip to content

Commit

Permalink
update imports for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opti-jnguyen committed Aug 11, 2022
1 parent 7698c3e commit 9c01ed8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
***************************************************************************/
import sinon from 'sinon';
import { assert } from 'chai';
import { sprintf } from '@optimizely/js-sdk-utils';
import { sprintf } from '../../../utils/fns';

import {
LOG_LEVEL,
LOG_MESSAGES,
} from '../../../utils/enums';
import * as logging from '@optimizely/js-sdk-logging';
import * as logging from '../../../modules/logging';
import * as odpSegmentEvalutor from './';

var odpSegment1Condition = {
Expand Down

0 comments on commit 9c01ed8

Please sign in to comment.