diff --git a/test/helpers/comparison-utils.js b/test/helpers/comparison-utils.js index 5d4c98a45d..5175bf0b55 100644 --- a/test/helpers/comparison-utils.js +++ b/test/helpers/comparison-utils.js @@ -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';