Skip to content

Commit

Permalink
improve err message (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 authored Nov 15, 2024
1 parent fc132d5 commit 4660457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-utils/src/test_utils/datadog_test_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl DatadogTestAgent {
container: DatadogTestAgentContainer::new(relative_snapshot_path)
.start()
.await
.expect("Unable to start DatadogTestAgent"),
.expect("Unable to start DatadogTestAgent, is the Docker Daemon running?"),
}
}

Expand Down

0 comments on commit 4660457

Please sign in to comment.