Skip to content

Commit

Permalink
Fixed Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 30, 2021
1 parent 8f0d403 commit d43c700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using HotChocolate.Analyzers.Configuration;
using Snapshooter.Xunit;
using Xunit;

namespace Analyzers.Tests
namespace HotChocolate.Analyzers.Configuration
{
public class GraphQLConfigTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using StrawberryShake;
using StrawberryShake.Serialization;
using Xunit;

namespace Core.Tests.Serialization
namespace StrawberryShake.Serialization
{
public class UuidSerializerTests
{
Expand Down

0 comments on commit d43c700

Please sign in to comment.