Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro committed Dec 4, 2024
1 parent 4afa302 commit 40d6d42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/suite/panels.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,17 +774,15 @@ describe("WebPanels", () => {
const expectedColumnDefs = [
{
field: "date",
headerName: "date",
headerName: "date [dates]",
cellDataType: "text",
cellRendererParams: { disabled: false },
headerTooltip: "dates",
},
{
field: "instance",
headerName: "instance",
headerName: "instance [symbols]",
cellDataType: "text",
cellRendererParams: { disabled: false },
headerTooltip: "symbols",
},
];

Expand Down

0 comments on commit 40d6d42

Please sign in to comment.