Fix typo from older version of the program

This commit is contained in:
Roxie Gibson 2020-12-29 15:16:15 +00:00
parent 7a7a6d3dd4
commit 38abecefef
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 1 deletions

View File

@ -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