Skip to content

Commit a6bf286

Browse files
typo
1 parent bc1dd57 commit a6bf286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/test/Datadog.Trace.Tests/Configuration/Schema/DatabaseSchemaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void CreateAerospikeTagsReturnsCorrectImplementation(object schemaVersion
175175
var expectedType = schemaVersion switch
176176
{
177177
SchemaVersion.V0 when peerServiceTagsEnabled == false => typeof(AerospikeTags),
178-
_ => typeof(AerospikeDD_TRACE_SPAN_ATTRIBUTE_SCHEMA),
178+
_ => typeof(AerospikeV1Tags),
179179
};
180180

181181
var namingSchema = new NamingSchema(schemaVersion, peerServiceTagsEnabled, removeClientServiceNamesEnabled, DefaultServiceName, _mappings, peerServiceNameMappings: new Dictionary<string, string>());

0 commit comments

Comments
 (0)