Skip to content

Commit

Permalink
test: or-2472 fix flaky test ontkoppel locaties
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Dec 3, 2024
1 parent ab30a9a commit c695cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit c695cdf

Please sign in to comment.