Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Nov 26, 2024
1 parent 82caef5 commit 3bb2004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/new_relic/agent_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ def test_manual_start_kicks_dependency_check_again
NewRelic::Agent.shutdown
end

def test_agent_logs_warning_when_not_started
def test_agent_logs_debug_when_not_started
with_unstarted_agent do
expects_logging(:warn, includes("hasn't been started"))
expects_logging(:debug, includes("hasn't been started"))
NewRelic::Agent.agent
end
end
Expand Down

0 comments on commit 3bb2004

Please sign in to comment.