Skip to content

Commit

Permalink
Fix TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Aug 7, 2024
1 parent 69d5d3e commit 9085ba6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const PROTOCOL_DETAILS = {
protocolKey: 'fakeProtocolKey',
isProtocolAnalyzing: false,
robotType: 'OT-2 Standard' as const,
isQuickTransfer: false,
}

const mockMovingHeaterShaker = {
Expand Down Expand Up @@ -438,6 +439,7 @@ describe('ProtocolRunHeader', () => {
protocolKey: null,
isProtocolAnalyzing: true,
robotType: 'OT-2 Standard',
isQuickTransfer: false,
})

render()
Expand Down

0 comments on commit 9085ba6

Please sign in to comment.