Skip to content

Commit

Permalink
CODE RUB: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Feb 1, 2024
1 parent 45ca33e commit bb55d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Xeptions;
using Xunit;

namespace LHDS.Core.Tests.Unit.Services.Foundations.Addresses
namespace STX.Serialization.Providers.Abstractions.Tests.Unit
{
public partial class SerializationAbstractionProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Moq;
using Xunit;

namespace LHDS.Core.Tests.Unit.Services.Foundations.Addresses
namespace STX.Serialization.Providers.Abstractions.Tests.Unit
{
public partial class SerializationAbstractionProviderTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
// ----------------------------------------------------------------------------------

using Moq;
using STX.Serialization.Providers.Abstractions;
using Tynamix.ObjectFiller;

namespace LHDS.Core.Tests.Unit.Services.Foundations.Addresses
namespace STX.Serialization.Providers.Abstractions.Tests.Unit
{
public partial class SerializationAbstractionProviderTests
{
Expand Down

0 comments on commit bb55d59

Please sign in to comment.