mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
simplify
This commit is contained in:
@@ -53,8 +53,8 @@ def test_save_file(
|
||||
if test_data['path'] is not None:
|
||||
data['path'] = test_data['path']
|
||||
|
||||
mock_update_file = mocker.patch('helpers.Project.update_file', return_value=None)
|
||||
mocker.patch('helpers.Project.File')
|
||||
# mock_update_file = mocker.patch('helpers.Project.update_file', return_value=None)
|
||||
# mocker.patch('helpers.Project.File')
|
||||
|
||||
project = create_project()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user