Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sowu880 committed Nov 4, 2021
1 parent 0a976c6 commit 70a2f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void GivenHl7v2Message_WhenConverting_ExpectedFhirResourceShouldBeReturne
actualObject.SelectToken(path).Parent.Remove();
});

Assert.True(JToken.DeepEquals(expectedObject, actualObject));
Assert.Equal(expectedObject.ToString(), actualObject.ToString());
Assert.True(traceInfo.UnusedSegments.Count > 0);
}

Expand Down

0 comments on commit 70a2f3d

Please sign in to comment.