Skip to content

Commit

Permalink
Fix service_test_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyanderson committed Mar 10, 2023
1 parent 460035d commit 3dd0e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverband/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def service_dev_mode
end

def service_test_mode
@service_dev_mode ||= ENV["COVERBAND_ENABLE_TEST_MODE"] || false
@service_test_mode ||= ENV["COVERBAND_ENABLE_TEST_MODE"] || false
end

def process_type
Expand Down

0 comments on commit 3dd0e1c

Please sign in to comment.