Fix typo from older version of the program
This commit is contained in:
parent
7a7a6d3dd4
commit
38abecefef
2
main.py
2
main.py
@ -115,7 +115,7 @@ def test_contactexport(search_term: str):
|
|||||||
else:
|
else:
|
||||||
print(
|
print(
|
||||||
"TEST FAILED: Number of expected contact exports for '{}' WAS NOT EQUAL to actual number of exports - Expected: {}, Actual: {}"
|
"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
|
# search > contact > add something in the name thing > select all button > change magic dropdown to export > continue and it will do the download
|
||||||
|
Loading…
Reference in New Issue
Block a user