Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
  • Loading branch information
mturley committed Aug 15, 2024
1 parent 401731f commit bb50322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const initIntercepts = ({
modelVersionId: 1,
},
},
mockModelArtifactList(),
mockModelArtifactList({}),
);

cy.interceptK8sList(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const initIntercepts = () => {
modelVersionId: 1,
},
},
mockModelArtifactList(),
mockModelArtifactList({}),
);
};

Expand Down

0 comments on commit bb50322

Please # to comment.