Skip to content

Commit

Permalink
custom result suite minor uodate
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <[email protected]>
  • Loading branch information
vanessuniq committed Aug 9, 2024
1 parent 530acb5 commit 48a1e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_suites/dev_custom_results/custom_result_suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class NonPassingCustomResultGroup < Inferno::TestGroup
run do
test1_result = child_results[tests.first.id].result
pass_if test1_result == 'pass', 'Test 1 passed'
add_message('info', 'Test 1 did not pass')
info 'Test 1 did not pass'

test2_result = child_results[tests[1].id].result
test3_result = child_results[tests.last.id].result
Expand Down

0 comments on commit 48a1e1e

Please sign in to comment.