Skip to content

Commit 30ea9e2

Browse files
committed
Fix names for A/B test percentages
The dictionaries defining the A/B test percentages were incorrectly namaed in a3a52ac. Updating them to remove the underscores.
1 parent 534d624 commit 30ea9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dictionaries.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ example_percentages:
1919
bankholidaystest_percentages:
2020
A: 99
2121
B: 1
22-
graphql_ministers_index_percentages:
22+
graphqlministersindex_percentages:
2323
A: 0
2424
B: 0
2525
Z: 100
26-
graphql_news_articles_percentages:
26+
graphqlnewsarticles_percentages:
2727
A: 0
2828
B: 0
2929
Z: 100
30-
graphql_roles_percentages:
30+
graphqlrolespercentages:
3131
A: 0
3232
B: 0
3333
Z: 100

0 commit comments

Comments
 (0)