Skip to content

Commit bebb415

Browse files
🎨 Auto format
1 parent c93aa55 commit bebb415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_progress_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_callback_tracks_cumulative_bytes() -> None:
7676

7777
mock_callback.assert_has_calls([call(10), call(30), call(40)])
7878

79+
7980
def test_callback_called_on_eof() -> None:
8081
file = _make_file(b"abcd")
8182
mock_callback = Mock()

0 commit comments

Comments
 (0)