Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpigoel-goaco committed Jan 10, 2025
1 parent cfd595b commit 1a7764d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public async Task Execute_ShouldThrowInvalidOperationException_WhenNoMouSignatur

Func<Task> act = async () => await _useCase.Execute(organisation.Guid);

await act.Should().ThrowAsync<InvalidOperationException>()
await act.Should().ThrowAsync<UnknownMouException>()
.WithMessage($"No MOU signatures found for organisation {organisation.Guid}.");
}

Expand Down

0 comments on commit 1a7764d

Please sign in to comment.