Skip to content

Commit

Permalink
another type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jul 8, 2024
1 parent 3400f90 commit ed0caa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/tests/unit/components/options/linkData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("LinkData", () => {
graphs: {
namespaced: true,
state: mockGraphsState({
config: [{ selectedVariables: ["I", "R"], unselectedVariables: [] }]
config: [{ id: "123", selectedVariables: ["I", "R"], unselectedVariables: [] }]
}),
getters: graphGetters
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ describe("SensitivitySummaryDownload", () => {
state: mockGraphsState({
config: [
{
id: "123",
selectedVariables: ["S"],
unselectedVariables: []
}
Expand Down

0 comments on commit ed0caa0

Please sign in to comment.