Skip to content

Commit

Permalink
Update emission/tests/funcTests/TestFunctionTiming.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Greenlee <[email protected]>
  • Loading branch information
TeachMeTW and JGreenlee authored Oct 16, 2024
1 parent e843169 commit 9f9ec9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions emission/tests/funcTests/TestFunctionTiming.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,3 @@ def test_function_faulty():
logging.info("Executing test_function_faulty")
time.sleep(1)
raise ValueError("Simulated error in test_function_faulty")

if __name__ == "__main__":
unittest.main()

0 comments on commit 9f9ec9e

Please sign in to comment.