Skip to content

Commit 12d77db

Browse files
committed
add prints
1 parent 4368900 commit 12d77db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_sync.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,9 @@ def test_google_drive_backend(mc):
595595

596596
# google_drive_delete_folder(GoogleDriveDriver(config), GOOGLE_DRIVE_FOLDER)
597597

598+
print(config.driver)
599+
print(config.google_drive)
600+
598601
main()
599602

600603
google_drive_files = google_drive_list_files_in_folder(

0 commit comments

Comments
 (0)