Skip to content

Commit

Permalink
call assert
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl committed Oct 10, 2023
1 parent f54245d commit de602fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hf_mpt_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ def test_mpt_generate_callback(callback_generate: Any, tmpdir: Path):
trainer.logger.log_table = Mock()
trainer.fit()

assert callback_generate.assert_called_once
callback_generate.assert_called_once()

0 comments on commit de602fe

Please sign in to comment.