Skip to content

Commit

Permalink
fix: or-1952 fix faulty test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenGreenstack authored and talboomerik committed Nov 15, 2023
1 parent 600be4a commit cc8e76c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ public void Then_it_saves_the_events()

savedEvent.KorteNaam.Should().Be(Request.KorteNaam);
savedEvent.Moedervereniging.KboNummer.Should().Be(Request.KboNummerMoedervereniging);
savedEvent.Moedervereniging.VCode.Should().Be(string.Empty);
savedEvent.Moedervereniging.Naam.Should().Be($"Moeder {Request.KboNummerMoedervereniging}");
savedEvent.Moedervereniging.VCode.Should().NotBeEmpty();
savedEvent.Moedervereniging.Naam.Should().NotBeEmpty();
savedEvent.KorteBeschrijving.Should().Be(Request.KorteBeschrijving);
savedEvent.Startdatum.Should().Be(Request.Startdatum!.Value);
savedEvent.Doelgroep.Should().BeEquivalentTo(new Registratiedata.Doelgroep(
Expand Down

0 comments on commit cc8e76c

Please sign in to comment.