diff --git a/main.py b/main.py index c9c7928..ee8a45f 100644 --- a/main.py +++ b/main.py @@ -115,7 +115,7 @@ def test_contactexport(search_term: str): else: print( "TEST FAILED: Number of expected contact exports for '{}' WAS NOT EQUAL to actual number of exports - Expected: {}, Actual: {}" - .format(search_term, result_no, exported_number_exports - 1) + .format(search_term, result_no, exported_number_exports) ) # search > contact > add something in the name thing > select all button > change magic dropdown to export > continue and it will do the download