mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 11:50:21 +00:00
flake8; naming
This commit is contained in:
parent
797932244d
commit
9032539860
@ -126,8 +126,8 @@ def create_test_queued_item(relpath_u, history=[]):
|
|||||||
progress = mock.Mock()
|
progress = mock.Mock()
|
||||||
progress.progress = 100.0
|
progress.progress = 100.0
|
||||||
item = QueuedItem(relpath_u, progress, 1234)
|
item = QueuedItem(relpath_u, progress, 1234)
|
||||||
for status, ts in history:
|
for st, ts in history:
|
||||||
item.set_status(status, current_time=ts)
|
item.set_status(st, current_time=ts)
|
||||||
return item
|
return item
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user