Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
axif0 committed Nov 7, 2024
1 parent f006207 commit f7d4832
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/cli/test_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
configure_settings,
display_summary,
run_request,
request_total_lexeme,
prompt_for_languages,
prompt_for_data_types,
)


Expand Down Expand Up @@ -141,7 +142,8 @@ def test_request_total_lexeme(self, mock_rprint, mock_prompt):
"scribe_data.cli.interactive.list_all_languages",
return_value=["english", "french"],
):
request_total_lexeme()
prompt_for_languages()
prompt_for_data_types()

# Verify the config was updated correctly
self.assertEqual(self.config.selected_languages, ["english", "french"])
Expand Down

0 comments on commit f7d4832

Please sign in to comment.