Skip to content

Commit

Permalink
updated#
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsDue committed Nov 7, 2024
1 parent 77df95e commit 6be0ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public async Task When_ParsingMessageOfDocumentTypeAndFormat_Then_ExpectedMessag
}
else
{
await act.Should().NotThrowAsync<InvalidOperationException>("because this combination is valid, but no parser was found");
await act.Should().NotThrowAsync<NotSupportedException>("because this combination is valid, but no parser was found");
}
}
}

0 comments on commit 6be0ab3

Please sign in to comment.