Skip to content

Commit

Permalink
Revert filemd5 change in test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tinajohnson committed Dec 29, 2023
1 parent acb0d96 commit 65ab931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,11 +665,11 @@ def update_hash(buf):
f.connect(hostname, port)
f.login()
f.set_pasv(False)
f.retrbinary('RETR FakeNet.txt', update_hash)
f.retrbinary('RETR FakeNet.gif', update_hash)
f.quit()

digest = m.digest()
expected = binascii.unhexlify('8DFFD096C5F2C84632F0F8667638A0B0')
expected = binascii.unhexlify('a6b78c4791dc8110dec6c55f8a756395')

return (digest == expected)

Expand Down

0 comments on commit 65ab931

Please sign in to comment.