Skip to content

Commit

Permalink
Fix langcode typo in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 27, 2023
1 parent 519af7e commit 3202066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_res.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_resolve_resource_file(self):
self.assertTrue(isfile(resolve_resource_file(join("text", "en-us",
file))))

for lang in ("en-au", "en-us", "en-uk", "ua-uk", "ru-ru"):
for lang in ("en-au", "en-us", "en-uk", "uk-ua", "ru-ru"):
self.assertTrue(isfile(resolve_resource_file(join("text", lang,
"neon.voc"))))

Expand Down

0 comments on commit 3202066

Please sign in to comment.