updated test_create_development_plan()

This commit is contained in:
Nicholas Albion
2023-10-05 12:38:26 +11:00
parent e1a788b037
commit 131f537f6c

View File

@@ -58,7 +58,7 @@ The development process will include the creation of user stories and tasks, bas
mock_questionary = MockQuestionary(['', '', 'no'])
with patch('utils.llm_connection.questionary', mock_questionary):
with patch('utils.questionary.questionary', mock_questionary):
# When
development_plan = self.techLead.create_development_plan()