Skip to content

Commit 0e597f5

Browse files
committed
Change name
1 parent f51c330 commit 0e597f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/callbacks/test_progress_bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def test_progress_bar_print_disabled(tqdm_write, mock_print, tmpdir):
485485
tqdm_write.assert_not_called()
486486

487487

488-
def test_progbar_pickle():
488+
def test_progress_bar_can_be_pickled():
489489
bar = ProgressBar()
490490
trainer = Trainer(fast_dev_run=True, callbacks=[bar], max_steps=1)
491491
model = BoringModel()

0 commit comments

Comments
 (0)