Skip to content

Commit a5c7643

Browse files
committed
fix: correct typo 'seperate_4digits' to 'separate_4digits' in tests
1 parent c2e84ba commit a5c7643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dash-table/tests/selenium/test_formatting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_app(props=dict()):
2626
c.update(
2727
dict(
2828
format=dict(
29-
locale=dict(seperate_4digits=False),
29+
locale=dict(separate_4digits=False),
3030
prefix=1000,
3131
specifier=".3f",
3232
)
@@ -36,7 +36,7 @@ def get_app(props=dict()):
3636
c.update(
3737
dict(
3838
format=dict(
39-
locale=dict(symbol=["eq. $", ""], seperate_4digits=False),
39+
locale=dict(symbol=["eq. $", ""], separate_4digits=False),
4040
nully=0,
4141
specifier="$,.2f",
4242
),

0 commit comments

Comments
 (0)