Skip to content

Commit

Permalink
oop sorry linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Oct 27, 2023
1 parent 5bfd05d commit 086f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def test_pyouthelper_time_remaining_1339():
helper.items_summary.t0 = time.time() - (100 - (10 - i))
done = helper.agg_done(iter([100 - (10 - i)]))
if i == 9:
assert done[-1] == f"ETA: a second<"
assert done[-1] == "ETA: a second<"
elif i == 10:
# once done, dont print ETA
assert len(done) == 2
Expand Down

0 comments on commit 086f103

Please sign in to comment.