Skip to content

Commit

Permalink
Fix pytest assertion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Oct 16, 2021
1 parent c7a7a55 commit e7da26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_first_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def test_training():
"""[summary]
Run 10 iterations of dummy training and see if it works.
"""
assert init_engine('train', ["config=first_run_test/default.yaml"]).run()
assert init_engine('train', ["config=first_run_test/default.yaml"]).run() is None

0 comments on commit e7da26a

Please sign in to comment.