Skip to content

Commit fa1a9f1

Browse files
committed
fix typo in test name
1 parent 42af675 commit fa1a9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/test/Datadog.Trace.Tests/Configuration/TracerSettingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void Constructor_HandlesNullSource()
7878
}
7979

8080
[Fact]
81-
public void Constructor_HandlesEmptyource()
81+
public void Constructor_HandlesEmptySource()
8282
{
8383
var tracerSettings = new TracerSettings(new NameValueConfigurationSource(new()));
8484
tracerSettings.Should().NotBeNull();

0 commit comments

Comments
 (0)