Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Apr 12, 2024
1 parent 931d8bb commit 5610f9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('ProtocolSetupParameters', () => {
vi.mocked(ChooseEnum).mockReturnValue(<div>mock ChooseEnum</div>)
vi.mocked(useHost).mockReturnValue(MOCK_HOST_CONFIG)
when(vi.mocked(useCreateProtocolAnalysisMutation))
.calledWith(expect.anything(), expect.anything(), expect.anything())
.calledWith(expect.anything(), expect.anything())
.thenReturn({ createProtocolAnalysis: mockCreateProtocolAnalysis } as any)
when(vi.mocked(useCreateRunMutation))
.calledWith(expect.anything())
Expand Down

0 comments on commit 5610f9f

Please sign in to comment.