Skip to content

Commit

Permalink
fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Apr 22, 2024
1 parent 8d91517 commit c0ec08b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('useProtocolAnalysisErrors hook', () => {
protocolText: 'hashedString',
protocolType: '',
robotType: 'OT-2 Standard',
robotSerialNumber: '',
robotSerialNumber: 'mock-serial',
},
runTime: '1:00:00',
})
Expand Down Expand Up @@ -160,7 +160,7 @@ describe('useProtocolAnalysisErrors hook', () => {
protocolText: 'hashedString',
protocolType: 'json',
robotType: 'OT-2 Standard',
robotSerialNumber: '',
robotSerialNumber: 'mock-serial',
},
runTime: '1:00:00',
})
Expand Down

0 comments on commit c0ec08b

Please sign in to comment.