Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jobs/label_misinformation/app/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def verify_language(self, language: str):
name="prod",
code="prod",
language="all",
countries=[BRAZIL_COUNTRY, FRANCE_COUNTRY],
countries=[FRANCE_COUNTRY],
)


Expand Down
4 changes: 2 additions & 2 deletions jobs/label_misinformation/tests/test_country.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_country_collection_presets():
name="prod",
code="prod",
language="all",
countries=[BRAZIL_COUNTRY, FRANCE_COUNTRY],
countries=[FRANCE_COUNTRY],
)


Expand All @@ -68,4 +68,4 @@ def test_no_whisper_channels():
country = BELGIUM_COUNTRY
assert "CANALC" in country.channels_no_whisper
country = GERMANY_COUNTRY
assert "daserste" in country.channels_no_whisper
assert "daserste" in country.channels_no_whisper
Loading