Skip to content

Commit

Permalink
refactor: or-2334 adjust namespaces associationregistry test
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Dec 18, 2024
1 parent e748be3 commit af6fede
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace AssociationRegistry.EventStore.When_Checking_If_AggregateExists;
namespace AssociationRegistry.Test.EventStore.When_Checking_If_AggregateExists;

using AssociationRegistry.Events;
using AssociationRegistry.EventStore;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace AssociationRegistry.EventStore.When_Checking_If_AggregateExists;
namespace AssociationRegistry.Test.EventStore.When_Checking_If_AggregateExists;

using AssociationRegistry.Events;
using AssociationRegistry.EventStore;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace AssociationRegistry.EventStore.When_Loading_An_Aggregate;
namespace AssociationRegistry.Test.EventStore.When_Loading_An_Aggregate;

using AssociationRegistry.Events;
using AssociationRegistry.EventStore;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace AssociationRegistry.EventStore.When_Storing_An_Event;
namespace AssociationRegistry.Test.EventStore.When_Storing_An_Event;

using AssociationRegistry.EventStore;
using AssociationRegistry.Framework;
Expand Down

0 comments on commit af6fede

Please sign in to comment.