mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +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.progress = 100.0
|
||||
item = QueuedItem(relpath_u, progress, 1234)
|
||||
for status, ts in history:
|
||||
item.set_status(status, current_time=ts)
|
||||
for st, ts in history:
|
||||
item.set_status(st, current_time=ts)
|
||||
return item
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user