Skip to content

Commit 2c6d7b8

Browse files
committed
tests: adjust assertions in test_huggingface_log_model
Due to huggingface/transformers#36219.
1 parent 0befd5a commit 2c6d7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/frameworks/test_huggingface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_huggingface_log_model(
175175
trainer.train()
176176

177177
expected_call_count = {
178-
"all": 3,
178+
"all": 2,
179179
True: 1,
180180
False: 0,
181181
None: 0,

0 commit comments

Comments
 (0)