Skip to content

Commit

Permalink
Fix ts issue in test file
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia committed Feb 9, 2024
1 parent 46bdb1c commit 0a86f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const defaultProps = {
isFetching: false,
namespace: "test",
cluster: "default",
selected: { versions: [] } as IPackageState["selected"],
selected: { versions: [], metadatas: [] } as IPackageState["selected"],
version: undefined,
kubeappsNamespace: "kubeapps",
id: "test",
Expand Down
1 change: 1 addition & 0 deletions dashboard/src/reducers/availablepackages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe("packageReducer", () => {
categories: [],
selected: {
versions: [],
metadatas: [],
},
nextPageToken: "",
size: 20,
Expand Down

0 comments on commit 0a86f9a

Please sign in to comment.