Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor test namespace adjustment #2903

Merged
merged 3 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
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