-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: or-1716 implement publiek detail for corrigeer dubbels
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...est.Projections/Publiek/Detail/Dubbels/Given_MarkeringDubbeleVerengingWerdGecorrigeerd.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace AssociationRegistry.Test.Projections.Publiek.Detail.Dubbels; | ||
|
||
[Collection(nameof(ProjectionContext))] | ||
public class Given_MarkeringDubbeleVerengingWerdGecorrigeerd(PubliekDetailScenarioFixture<MarkeringDubbeleVerengingWerdGecorrigeerdScenario> fixture) | ||
: PubliekDetailScenarioClassFixture<MarkeringDubbeleVerengingWerdGecorrigeerdScenario> | ||
{ | ||
[Fact] | ||
public void Document_Status_Is_Dubbel() | ||
=> fixture.Result.Status.Should().Be(fixture.Scenario.MarkeringDubbeleVerengingWerdGecorrigeerd.VorigeStatus); | ||
} |