mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-19 16:54:50 +01:00
updated test_create_development_plan()
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user