From a5c764339c3a76737e8d320e9a7579127108d67e Mon Sep 17 00:00:00 2001 From: thecaptain789 Date: Mon, 9 Feb 2026 05:10:32 +0000 Subject: [PATCH] fix: correct typo 'seperate_4digits' to 'separate_4digits' in tests --- components/dash-table/tests/selenium/test_formatting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dash-table/tests/selenium/test_formatting.py b/components/dash-table/tests/selenium/test_formatting.py index 41e759c502..69ee8572ab 100644 --- a/components/dash-table/tests/selenium/test_formatting.py +++ b/components/dash-table/tests/selenium/test_formatting.py @@ -26,7 +26,7 @@ def get_app(props=dict()): c.update( dict( format=dict( - locale=dict(seperate_4digits=False), + locale=dict(separate_4digits=False), prefix=1000, specifier=".3f", ) @@ -36,7 +36,7 @@ def get_app(props=dict()): c.update( dict( format=dict( - locale=dict(symbol=["eq. $", ""], seperate_4digits=False), + locale=dict(symbol=["eq. $", ""], separate_4digits=False), nully=0, specifier="$,.2f", ),