Skip to content

Commit

Permalink
Fix example testing
Browse files Browse the repository at this point in the history
Signed-off-by: elronbandel <[email protected]>
  • Loading branch information
elronbandel committed Nov 11, 2024
1 parent 1adcc46 commit 944f885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def test_examples(self):
if len(failed_examples_files) > 0:
logger.error("Failed examples:")
logger.error(failed_examples_files)
self.assertGreater(len(failed_examples_files), 0)
self.assertLessEqual(len(failed_examples_files), 0)

0 comments on commit 944f885

Please sign in to comment.