Skip to content

Commit

Permalink
Fix test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Oct 30, 2024
1 parent a358632 commit 0bcf220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/components/QuerySidebar/test/Query.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Provider } from "react-redux";

import Query from "../Query";
import { initialState } from "../../../state";
import { AICS_FMS_DATA_SOURCE_NAME } from "../../../constants";

describe("<Query />", () => {
it("expands and collapses when clicked", async () => {
Expand Down Expand Up @@ -55,7 +56,7 @@ describe("<Query />", () => {
<Query
isSelected
query={{
name: "Test Random Query",
name: AICS_FMS_DATA_SOURCE_NAME,
parts: {
filters: [],
hierarchy: [],
Expand Down

0 comments on commit 0bcf220

Please sign in to comment.