Skip to content

Commit

Permalink
test fix long_description issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Oct 15, 2024
1 parent c5ab2dd commit 400f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_valid_package_valid_credentials():
uploader = PyPIUploader(test_pypi_token, test_pypi=True)
package_name = get_random_name()
print(package_name)
uploader.upload()
uploader.upload(package_name)
assert True == True

def test_module_conflict():
Expand Down

0 comments on commit 400f9e0

Please sign in to comment.