Skip to content

Commit

Permalink
check diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbinson committed Nov 15, 2024
1 parent d524858 commit 77f3aed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ class HL7ACKUtilsTest {
val actual = f.hl7Reader.getMessages(ack).first()

val diffs = f.hl7DiffHelper.diffHl7(expected, actual)
if (diffs.isNotEmpty()) {
println(diffs)
}
assertThat(diffs.size).isEqualTo(0)
}
}

0 comments on commit 77f3aed

Please sign in to comment.