Skip to content

Commit a2c28b7

Browse files
committed
rename test spec
1 parent 292ece8 commit a2c28b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dash-core-components/tests/integration/dropdown/test_localization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_ddlo001_translations(dash_duo):
1111
id="dropdown",
1212
options=[1, 2, 3],
1313
multi=True,
14-
localizations={
14+
labels={
1515
"select_all": "Sélectionner tout",
1616
"deselect_all": "Désélectionner tout",
1717
"selected_count": "{num_selected} sélections",
@@ -63,7 +63,7 @@ def test_ddlo002_partial_translations(dash_duo):
6363
id="dropdown",
6464
options=[1, 2, 3],
6565
multi=True,
66-
localizations={
66+
labels={
6767
"search": "Lookup",
6868
},
6969
),
File renamed without changes.

0 commit comments

Comments
 (0)