Skip to content

Commit

Permalink
cop
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarmoghe committed Jun 17, 2024
1 parent 27a5ea5 commit b1d42dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lab_coat/experiment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def select_observation(result)
# It's not recommended to override this method.
# @param context [Hash] Any data needed at runtime.
# @return [Object] An `Observation` value.
def run!(**context) # rubocop:disable Metrics/MethodLength
def run!(**context) # rubocop:disable Metrics/MethodLength, Metrics/AbcSize
# Set the context for this run.
@context = context

Expand Down

0 comments on commit b1d42dc

Please sign in to comment.