This commit is contained in:
Nicholas Albion
2023-10-04 17:48:22 +11:00
parent 67f88a6924
commit 64c8002a83
3 changed files with 263 additions and 263 deletions

View File

@@ -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()