Skip to content

Commit

Permalink
remove unused stuff left from scaffold command
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jun 20, 2024
1 parent 6f51feb commit 278a3b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/multiverse/suites/awssqs/awssqs_instrumentation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
class AwssqsInstrumentationTest < Minitest::Test
def setup
Aws.config.update(stub_responses: true)
@stats_engine = NewRelic::Agent.instance.stats_engine
end

def teardown
harvest_span_events!
mocha_teardown
NewRelic::Agent.instance.stats_engine.clear_stats
end

def create_client
Expand Down

0 comments on commit 278a3b5

Please sign in to comment.