Skip to content

Commit

Permalink
fix: make testname more unique
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenGreenstack committed Nov 29, 2023
1 parent 8011e4e commit 2a07fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public V013_FeitelijkeVerenigingWerdGeregistreerd_WithAllFields_ForDuplicateChec
{
var fixture = new Fixture().CustomizeAdminApi();
VCode = "V9999013";
Naam = "De absoluute club die cool is";
Naam = "Frieda's fritkot heeft ook kroketten";

FeitelijkeVerenigingWerdGeregistreerd = fixture.Create<FeitelijkeVerenigingWerdGeregistreerd>() with
{
Expand Down

0 comments on commit 2a07fa0

Please sign in to comment.