Skip to content

Commit

Permalink
Fix typos, out of context code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 13, 2024
1 parent 67b1f6c commit 8633e5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions lib/new_relic/agent/instrumentation/aws_sdk_lambda/chain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

require_relative 'instrumentation'

module NewRelic::Agent::Instrumentation
module AwsSdkLambda::Chain
def self.instrument!
Expand Down
2 changes: 0 additions & 2 deletions lib/new_relic/agent/instrumentation/aws_sdk_lambda/prepend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

require_relative 'instrumentation'

module NewRelic::Agent::Instrumentation
module AwsSdkLambda::Prepend
include NewRelic::Agent::Instrumentation::AwsSdkLambda
Expand Down
2 changes: 1 addition & 1 deletion test/new_relic/agent/transaction/trace_node_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_to_s
s.to_s
end

def ttest_explain_sql_raising_an_errorest_to_array
def test_explain_sql_raising_an_errorest_to_array
parent = NewRelic::Agent::Transaction::TraceNode.new('Custom/test/parent', 1)
parent.params[:test] = 'value'
child = NewRelic::Agent::Transaction::TraceNode.new('Custom/test/child', 2)
Expand Down

0 comments on commit 8633e5b

Please sign in to comment.