Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ranquild committed May 23, 2024
1 parent 7a1f0fe commit f01ed4a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
createMockStructuredDatasetQuery,
createMockDatabase,
} from "metabase-types/api/mocks";
import { createMockDashboardState } from "metabase-types/store/mocks";

import type { ActionProps } from "./Action";
import Action from "./Action";
Expand Down Expand Up @@ -156,6 +157,9 @@ async function setup({
entities: createMockEntitiesState({
databases: [database],
}),
dashboard: createMockDashboardState({
parameterValues,
}),
},
},
);
Expand Down

0 comments on commit f01ed4a

Please sign in to comment.