From 674057d1d6f654ab3cd6b950ff594708f98c8154 Mon Sep 17 00:00:00 2001 From: Sakshi Gupta Date: Tue, 30 Sep 2025 23:18:03 +0530 Subject: [PATCH] fixed test issue --- .../ThroughputInputAutoPilotV3Component.tsx | 6 +++--- .../ThroughputInputAutoPilotV3Component.test.tsx.snap | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index a4f75d10a..c847a0454 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -499,13 +499,13 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< - {this.props.minimum.toLocaleString()} + {this.props.minimum.toLocaleString('en-US')} - {this.props.instantMaximumThroughput.toLocaleString()} + {this.props.instantMaximumThroughput.toLocaleString('en-US')} - {this.props.softAllowedMaximumThroughput.toLocaleString()} + {this.props.softAllowedMaximumThroughput.toLocaleString('en-US')} - 10,00,000 + 1,000,000 @@ -986,7 +986,7 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = ` } } > - 10,00,000 + 1,000,000 @@ -1531,7 +1531,7 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = ` } } > - 10,00,000 + 1,000,000