Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jan 29, 2025
1 parent c6f5f64 commit c5535c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('TipPosition', () => {
expect(vi.mocked(InputField)).toHaveBeenCalledWith(
{
title: 'Distance from bottom of well (mm)',
error: 'Value must be between 1-100',
error: 'Value must be between 1 to 100',
readOnly: true,
type: 'text',
value: 0,
Expand All @@ -153,7 +153,7 @@ describe('TipPosition', () => {
expect(vi.mocked(InputField)).toHaveBeenCalledWith(
{
title: 'Distance from bottom of well (mm)',
error: 'Value must be between 1-400',
error: 'Value must be between 1 to 400',
readOnly: true,
type: 'text',
value: 0,
Expand Down

0 comments on commit c5535c9

Please sign in to comment.