mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Fix assertion.
This commit is contained in:
parent
d2e3b74098
commit
b64e6552a4
@ -372,7 +372,7 @@ class ImmutableHTTPAPITests(SyncTestCase):
|
||||
)
|
||||
upload_progress = result_of(write(60, 40))
|
||||
self.assertEqual(
|
||||
upload_progress, UploadProgress(finished=False, required=RangeMap())
|
||||
upload_progress, UploadProgress(finished=True, required=RangeMap())
|
||||
)
|
||||
|
||||
# We can now read:
|
||||
|
Loading…
x
Reference in New Issue
Block a user