Minor test namespace adjustment (#2903)

This commit is contained in:
Cijo Thomas 2022-02-15 19:09:40 -08:00 committed by GitHub
parent d7afc1bcb0
commit 360957dc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -15,11 +15,9 @@
// </copyright>
using System;
using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Context.Propagation.Tests;
using Xunit;
namespace OpenTelemetry.Context.Tests
namespace OpenTelemetry.Context.Propagation.Tests
{
public class PropagatorsTest : IDisposable
{

View File

@ -16,10 +16,9 @@
using System;
using System.Threading;
using OpenTelemetry.Internal;
using Xunit;
namespace OpenTelemetry.Tests.Internal
namespace OpenTelemetry.Internal.Tests
{
#pragma warning disable SA1402 // File may only contain a single type
#pragma warning disable SA1649 // File name should match first type name