Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Aug 6, 2024
1 parent 36f1318 commit 8d77c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/experiment/deployment/deployment_runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module AmplitudeExperiment
cohort_loader = CohortLoader.new(cohort_download_api, cohort_storage)
logger = Logger.new($stdout)
runner = DeploymentRunner.new(
LocalEvaluationConfig.new(),
LocalEvaluationConfig.new,
flag_fetcher,
flag_config_storage,
cohort_storage,
Expand All @@ -52,7 +52,7 @@ module AmplitudeExperiment
cohort_loader = CohortLoader.new(cohort_download_api, cohort_storage)
logger = Logger.new($stdout)
runner = DeploymentRunner.new(
LocalEvaluationConfig.new(),
LocalEvaluationConfig.new,
flag_fetcher,
flag_config_storage,
cohort_storage,
Expand Down

0 comments on commit 8d77c7c

Please sign in to comment.