restoring other tests

This commit is contained in:
Nicholas Albion
2023-10-04 18:15:55 +11:00
parent 009e05d54d
commit a1304d0d54
4 changed files with 79 additions and 82 deletions

View File

@@ -226,7 +226,6 @@ class Project:
# TODO END
data['path'], data['full_path'] = self.get_full_file_path(data['path'], data['name'])
update_file(data['full_path'], data['content'])
(File.insert(app=self.app, path=data['path'], name=data['name'], full_path=data['full_path'])