Skip to content

Commit

Permalink
Minor test namespace adjustment (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Feb 16, 2022
1 parent d7afc1b commit 360957d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions test/OpenTelemetry.Tests/Context/PropagatorsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
3 changes: 1 addition & 2 deletions test/OpenTelemetry.Tests/Internal/GuardTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 360957d

Please sign in to comment.