Skip to content

Commit

Permalink
clean diff
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Sep 7, 2023
1 parent 5252b18 commit 4ea41b5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,7 @@ describe("SensitivitySummaryPlot", () => {
};
expect(mockPlotlyNewPlot.mock.calls[0][1]).toStrictEqual(expectedPlotData);
expect(mockPlotlyNewPlot.mock.calls[0][2]).toStrictEqual(expectedLayout);
expect(mockPlotlyNewPlot.mock.calls[0][3]).toStrictEqual({
responsive: true
});
expect(mockPlotlyNewPlot.mock.calls[0][3]).toStrictEqual({ responsive: true });

expect(wrapper.findComponent(WodinPlotDataSummary).props("data")).toStrictEqual(expectedPlotData);
};
Expand Down

0 comments on commit 4ea41b5

Please sign in to comment.