Skip to content

Commit

Permalink
Troubleshoot test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 25, 2024
1 parent bd19628 commit 7d76f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lang_transform_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def setUpClass(cls) -> None:
import neon_utterance_translator_plugin
neon_utterance_translator_plugin.Configuration = \
Mock(return_value=cls.mock_config)
cls.transformer = UtteranceTranslator(config={"enable_detector": False})
cls.transformer = UtteranceTranslator(config={"enable_detector": True})

def test_init(self):
self.assertEqual(self.transformer.language_config,
Expand Down

0 comments on commit 7d76f66

Please sign in to comment.