Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf committed Oct 24, 2024
1 parent 16a21ff commit 2b5465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inferno/apps/cli/execute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(options)
run_one(suite, test_run)

results = test_runs_repo.results_for_test_run(test_run.id)
results.sort_results(results)
results = sort_results(results)
else
all_selected_groups_and_tests.each do |runnable|
test_run = create_test_run(runnable)
Expand Down

0 comments on commit 2b5465c

Please sign in to comment.