We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42af675 commit fa1a9f1Copy full SHA for fa1a9f1
tracer/test/Datadog.Trace.Tests/Configuration/TracerSettingsTests.cs
@@ -78,7 +78,7 @@ public void Constructor_HandlesNullSource()
78
}
79
80
[Fact]
81
- public void Constructor_HandlesEmptyource()
+ public void Constructor_HandlesEmptySource()
82
{
83
var tracerSettings = new TracerSettings(new NameValueConfigurationSource(new()));
84
tracerSettings.Should().NotBeNull();
0 commit comments