Skip to content

Commit

Permalink
DP-556 - OperationTypes test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-goaco committed Oct 7, 2024
1 parent 534721a commit 008dee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private void AssertRoles(IEnumerable<PartyRole>? roles)
private void AssertDetails(Details? details)
{
details.Should().NotBeNull();
details?.Scale.Should().Be("large");
details?.Scale.Should().Be("small");
details?.Vcse.Should().Be(false);
details?.ShelteredWorkshop.Should().Be(false);
details?.PublicServiceMissionOrganization.Should().Be(false);
Expand Down

0 comments on commit 008dee7

Please sign in to comment.