Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove interface and rename tests
  • Loading branch information
rainsxng committed Oct 30, 2025
commit 46fa1abdaf9de118d7e57b10ef30e7faf60f444c

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

namespace Microsoft.Extensions.Telemetry.Telemetry;

public class DownstreamDependencyMetadataManagerTests : IDisposable
public class HttpDependencyMetadataResolverTests : IDisposable
{
private readonly HttpDependencyMetadataResolver _metadataResolver;
private readonly ServiceProvider _sp;

public DownstreamDependencyMetadataManagerTests()
public HttpDependencyMetadataResolverTests()
{
_sp = new ServiceCollection()
.AddDownstreamDependencyMetadata(new BackslashDownstreamDependencyMetadata())
Expand Down
Loading