Skip to content

Commit

Permalink
failing unit test for issue phatboyg#58 with condition logic in place
Browse files Browse the repository at this point in the history
fixed test issue
  • Loading branch information
ahives committed Sep 5, 2018
1 parent 010ac95 commit 4f43b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Machete.X12.Tests/Layouts/Layout835Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Layout835Tests :
X12MacheteTestHarness<V5010, X12Entity>
{
[Test]
public void Test()
public void Verify_can_parse_optional_segment_succeeded_by_segment_list_of_same_type()
{
// this data doesn't have a valid PER segment before 'PER*BL*PROVIDER SERVICES*TE*321321321*UR*www.default.org' so it fails
// because it is defined in L1000A_835 as Segment<PER> BusinessContactInformation { get; } which is optional followed by
Expand Down

0 comments on commit 4f43b8b

Please sign in to comment.