From c695cdf4af8fbc53025e2af5f5087dce44c85dce Mon Sep 17 00:00:00 2001 From: emalfroy Date: Tue, 3 Dec 2024 15:16:28 +0100 Subject: [PATCH] test: or-2472 fix flaky test ontkoppel locaties --- .../Given_No_Existing_Locatie.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs index 0d6487b53..e54a97398 100644 --- a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs +++ b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs @@ -14,7 +14,7 @@ public class Given_No_Existing_Locatie public async Task Then_The_Locaties_Are_Ontkoppeld() { var fixture = new Fixture().CustomizeDomain(); - var scenario = new FeitelijkeVerenigingWerdGeregistreerdScenario(); + var scenario = new FeitelijkeVerenigingWerdGeregistreerdWithMinimalFields(); var verenigingRepositoryMock = new VerenigingRepositoryMock(scenario.GetVerenigingState());