Skip to content

Commit

Permalink
Update ProtocolRunHeader.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 6, 2024
1 parent 72a8a79 commit 773c2a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ describe('ProtocolRunHeader', () => {
})

it('does NOT render confirm attachment modal when the user already confirmed the heater shaker is attached', () => {
vi.mocked(useCurrentRunId).mockReturnValue(true)
vi.mocked(getIsHeaterShakerAttached).mockReturnValue(true)
vi.mocked(useModulesQuery).mockReturnValue({
data: { data: [mockHeaterShaker] },
} as any)
Expand Down

0 comments on commit 773c2a4

Please sign in to comment.