Skip to content

Commit

Permalink
fix pre-commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 committed Feb 20, 2025
1 parent e1702e7 commit 7651ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ def test_weight_compression_statistics_caching(tmp_path, mocker):

assert collect_spy.call_count == 1, "Statistics should be collected only once."
assert load_spy.call_count == load_count, f"Expected {load_count} load calls, found {load_spy.call_count}."
assert dump_spy.call_count == 1, "Statistics should be dumped only once."
assert dump_spy.call_count == 1, "Statistics should be dumped only once."

0 comments on commit 7651ce7

Please sign in to comment.