Skip to content

Commit

Permalink
Set spell-check language for assistant test
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Aug 4, 2019
1 parent 7d9705f commit 340b3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gaupol/test/test_assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def setup_method(self, method):

@patch("gaupol.util.flash_dialog", OK)
def test_correct_texts(self):
language = self.get_spell_check_language("en")
gaupol.conf.spell_check.language = language
self.page.correct_texts(self.project,
None,
aeidon.documents.MAIN)
Expand Down

0 comments on commit 340b3bf

Please sign in to comment.