Skip to content

Commit

Permalink
Improve unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Oct 26, 2024
1 parent 2a28c6b commit 778ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/application/test_app_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_get_code(self):

main_app = RIDE()
code = main_app._get_language_code()
assert code in (175, wx.LANGUAGE_ENGLISH_WORLD, wx.LANGUAGE_PORTUGUESE)
assert code in (wx.LANGUAGE_ENGLISH, wx.LANGUAGE_ENGLISH_WORLD, wx.LANGUAGE_PORTUGUESE)


if __name__ == '__main__':
Expand Down

0 comments on commit 778ef34

Please sign in to comment.