Skip to content

Commit 371a72e

Browse files
Merge branch 'projectfluent:main' into delete-confusing-comment
2 parents 180a8e1 + fbf8b3f commit 371a72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluent.runtime/tests/test_fallback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_bundles(self):
2222
l10n = FluentLocalization(
2323
["de", "fr", "en"], ["one.ftl", "two.ftl"], FluentResourceLoader("{locale}")
2424
)
25+
# Curious
2526
bundles_gen = l10n._bundles()
2627
bundle_de = next(bundles_gen)
2728
self.assertEqual(bundle_de.locales[0], "de")

0 commit comments

Comments
 (0)