Skip to content

Commit

Permalink
chore: Moves spec files to the src folder - iteration 8 (apache#17899)
Browse files Browse the repository at this point in the history
* chore: Moves spec files to the src folder - iteration 8

* Fixes tests
  • Loading branch information
michael-s-molina authored and bwang221 committed Feb 10, 2022
1 parent c7c1c5e commit d78777b
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ import ResizableContainer from 'src/dashboard/components/resizable/ResizableCont
import { getMockStore } from 'spec/fixtures/mockStore';
import { sliceId } from 'spec/fixtures/mockChartQueries';
import dashboardInfo from 'spec/fixtures/mockDashboardInfo';
import { nativeFilters } from 'spec/fixtures/mockNativeFilters';
import { dashboardLayout as mockLayout } from 'spec/fixtures/mockDashboardLayout';
import { sliceEntitiesForChart } from 'spec/fixtures/mockSliceEntities';
import { initialState } from 'src/SqlLab/fixtures';
import { nativeFiltersInfo } from '../../fixtures/mockNativeFilters';

describe('ChartHolder', () => {
const props = {
Expand All @@ -57,7 +57,7 @@ describe('ChartHolder', () => {
handleComponentDrop() {},
updateComponents() {},
deleteComponent() {},
nativeFilters: nativeFiltersInfo.filters,
nativeFilters: nativeFilters.filters,
};

function setup(overrideProps) {
Expand Down

0 comments on commit d78777b

Please sign in to comment.