Skip to content

Commit

Permalink
Use relative import in test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored and igorDykhta committed Aug 11, 2022
1 parent 5551abd commit bef043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/comparison-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

import {FILTER_TYPES} from '@kepler.gl/constants';
import {FILTER_TYPES} from '../../src/constants/src/default-settings';
import {toArray} from '../../src/utils/utils';
import {getFieldValueAccessor} from '../../src/utils';
import KeplerTable from '../../src/utils/table-utils/kepler-table';
Expand Down

0 comments on commit bef043b

Please sign in to comment.