Skip to content

Commit

Permalink
Update ProtocolRunSetup.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 5, 2024
1 parent 320eebd commit 2b07c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('ProtocolRunSetup', () => {
.thenReturn({ complete: true })
})
afterEach(() => {
vi.resetAllWhenMocks()
vi.clearAllMocks()
})

it('renders calibration ready if robot is Flex and modules are calibrated', () => {
Expand Down

0 comments on commit 2b07c24

Please sign in to comment.