Skip to content

Commit a576b3a

Browse files
refactor: black reformatting
1 parent 8c9783c commit a576b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_glossary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def test_glossary_get_entries(translator, glossary_manager):
121121
"Apple": "Apfel",
122122
"Banana": "Banane",
123123
"A%=&": "B&=%",
124-
"\u0394\u3041": "\u6DF1",
125-
"\U0001FAA8": "\U0001FAB5",
124+
"\u0394\u3041": "\u6df1",
125+
"\U0001faa8": "\U0001fab5",
126126
}
127127
with glossary_manager(
128128
source_lang=source_lang, target_lang=target_lang, entries=entries

0 commit comments

Comments
 (0)