Skip to content

Commit

Permalink
Update tests/loggers/test_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthsub authored Sep 10, 2021
1 parent 6d12d69 commit df63517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loggers/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_logger_collection():
mock1.agg_and_log_metrics.assert_called_once_with({"test": 2.0}, 4)
mock2.agg_and_log_metrics.assert_called_once_with({"test": 2.0}, 4)

logger.finalize()
logger.finalize("success")
mock1.finalize.assert_called_once()
mock2.finalize.assert_called_once()

Expand Down

0 comments on commit df63517

Please sign in to comment.