mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: metric refactor iteration 1 (#13596)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
|
||||
import AggregateOption from 'src/explore/components/AggregateOption';
|
||||
import AggregateOption from 'src/explore/components/controls/MetricControl/AggregateOption';
|
||||
|
||||
describe('AggregateOption', () => {
|
||||
it('renders the aggregate', () => {
|
||||
|
||||
Reference in New Issue
Block a user