From c5535c9806e0e5525d8899241f82626466942698 Mon Sep 17 00:00:00 2001 From: Jethary Date: Wed, 29 Jan 2025 16:50:45 -0500 Subject: [PATCH] fix test --- .../QuickTransferAdvancedSettings/TipPosition.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/organisms/ODD/QuickTransferFlow/__tests__/QuickTransferAdvancedSettings/TipPosition.test.tsx b/app/src/organisms/ODD/QuickTransferFlow/__tests__/QuickTransferAdvancedSettings/TipPosition.test.tsx index 02e5022785c..ea9c770edbb 100644 --- a/app/src/organisms/ODD/QuickTransferFlow/__tests__/QuickTransferAdvancedSettings/TipPosition.test.tsx +++ b/app/src/organisms/ODD/QuickTransferFlow/__tests__/QuickTransferAdvancedSettings/TipPosition.test.tsx @@ -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, @@ -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,