diff --git a/tests/Blogger.UnitTests/BuldingBlocks/AggregateRootTests.cs b/tests/Blogger.UnitTests/BuildingBlocks/AggregateRootTests.cs similarity index 98% rename from tests/Blogger.UnitTests/BuldingBlocks/AggregateRootTests.cs rename to tests/Blogger.UnitTests/BuildingBlocks/AggregateRootTests.cs index e5c149a..a64358b 100644 --- a/tests/Blogger.UnitTests/BuldingBlocks/AggregateRootTests.cs +++ b/tests/Blogger.UnitTests/BuildingBlocks/AggregateRootTests.cs @@ -1,5 +1,5 @@  -namespace Blogger.UnitTests.BuldingBlocks; +namespace Blogger.UnitTests.BuildingBlocks; public class AggregateRootTests { diff --git a/tests/Blogger.UnitTests/BuldingBlocks/EntityTests.cs b/tests/Blogger.UnitTests/BuildingBlocks/EntityTests.cs similarity index 97% rename from tests/Blogger.UnitTests/BuldingBlocks/EntityTests.cs rename to tests/Blogger.UnitTests/BuildingBlocks/EntityTests.cs index bb696bc..7a42e1f 100644 --- a/tests/Blogger.UnitTests/BuldingBlocks/EntityTests.cs +++ b/tests/Blogger.UnitTests/BuildingBlocks/EntityTests.cs @@ -1,4 +1,4 @@ -namespace Blogger.UnitTests.BuldingBlocks; +namespace Blogger.UnitTests.BuildingBlocks; public class EntityTests { diff --git a/tests/Blogger.UnitTests/BuldingBlocks/ValueObjectTests.cs b/tests/Blogger.UnitTests/BuildingBlocks/ValueObjectTests.cs similarity index 98% rename from tests/Blogger.UnitTests/BuldingBlocks/ValueObjectTests.cs rename to tests/Blogger.UnitTests/BuildingBlocks/ValueObjectTests.cs index a8614c3..0961dad 100644 --- a/tests/Blogger.UnitTests/BuldingBlocks/ValueObjectTests.cs +++ b/tests/Blogger.UnitTests/BuildingBlocks/ValueObjectTests.cs @@ -1,4 +1,4 @@ -namespace Blogger.UnitTests.BuldingBlocks; +namespace Blogger.UnitTests.BuildingBlocks; public class ValueObjectTests { [Fact]