Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenas committed Oct 2, 2024
1 parent 3a80617 commit 13f6c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unsupervised_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def test_epoch(trainer):
with trainer as trainer:
with patch.object(trainer.env, "reset", wraps=trainer.env.reset) as mock:
trainer.train(1)
assert mock.call_count == 3
assert mock.call_count == 4

0 comments on commit 13f6c7e

Please sign in to comment.