Skip to content

Commit

Permalink
using assertTestError
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-zr committed Dec 11, 2024
1 parent c9219a3 commit 662ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/phase_executor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def phase_excp_run_if():
phase = openhtf.PhaseOptions(run_if=run_if_with_exception)(
phase_excp_run_if)
record = self.execute_phase_or_test(openhtf.Test(phase))
self.assertEqual(record.outcome, test_record.Outcome.ERROR)
self.assertTestError(record)

0 comments on commit 662ca1f

Please sign in to comment.