We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ece52 commit 4cdb0cdCopy full SHA for 4cdb0cd
1 file changed
test/test_sync.py
@@ -620,16 +620,10 @@ def test_google_drive_backend(mc):
620
}
621
)
622
623
- # google_drive_delete_folder(GoogleDriveDriver(config), GOOGLE_DRIVE_FOLDER)
624
-
625
- print(config.driver)
626
- print(config.google_drive)
+ google_drive_delete_folder(GoogleDriveDriver(config), GOOGLE_DRIVE_FOLDER)
627
628
main()
629
630
631
632
633
google_drive_files = google_drive_list_files_in_folder(
634
GoogleDriveDriver(config), GOOGLE_DRIVE_FOLDER
635
0 commit comments