Skip to content

Commit

Permalink
Make test comment a summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Dec 3, 2019
1 parent 1a0ff95 commit d5e964c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,11 @@ public void RequiredFields()
Assert.True(message.IsInitialized());
}

// Code was accidentally left in message parser that threw exceptions when missing required fields after parsing.
// We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they
// want to check and handle missing fields.
/// <summary>
/// Code was accidentally left in message parser that threw exceptions when missing required fields after parsing.
/// We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they
/// want to check and handle missing fields.
/// </summary>
[Test]
public void RequiredFieldsNoThrow()
{
Expand Down

0 comments on commit d5e964c

Please sign in to comment.