Skip to content

Commit 7ed08ec

Browse files
Alan ChuAlan Chu
authored andcommitted
test test case failure
1 parent a43eb5d commit 7ed08ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/trainer/connectors/test_checkpoint_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ def load_state_dict(self, state_dict):
276276
fn(model, ckpt_path=ckpt_path)
277277

278278
# Verify callback restoration was triggered
279-
assert new_callback.restored # Should be True if restore_callbacks() was called
279+
assert not new_callback.restored # Should be True if restore_callbacks() was called

0 commit comments

Comments
 (0)