Skip to content

Commit

Permalink
🎨 Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Aug 7, 2024
1 parent e9f35da commit e627631
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/ceedling/test_invoker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,14 @@ def setup_and_invoke(tests:, context:TEST_SYM, options:{})
@batchinator.build_step("Collecting Test Context") {
@batchinator.exec(workload: :compile, things: @testables) do |_, details|

msg = @reportinator.generate_module_progress(
operation: 'Parsing test case names',
module_name: details[:name],
filename: File.basename( details[:filepath] )
)
@loginator.log( msg )

@context_extractor.collect_test_runner_details( details[:filepath], details[:runner][:input_filepath] )
msg = @reportinator.generate_module_progress(
operation: 'Parsing test case names',
module_name: details[:name],
filename: File.basename( details[:filepath] )
)
@loginator.log( msg )

@context_extractor.collect_test_runner_details( details[:filepath], details[:runner][:input_filepath] )
end
} if @configurator.project_use_test_preprocessor_tests

Expand Down

0 comments on commit e627631

Please sign in to comment.