Skip to content

Commit

Permalink
Improve formatting (#572)
Browse files Browse the repository at this point in the history
Complements 06a62ff.

Thx @blackwinter.
  • Loading branch information
dr0i committed Nov 19, 2024
1 parent 29b9759 commit 3599947
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ public void issue567ShouldFailValidateLeaderAsDefault() {
@Test
public void issue567ShouldNotValidateLeader() {
marc21Encoder.setValidateLeader(false);

marc21Encoder.startRecord("");
marc21Encoder.literal(LEADER_ENTITY, BAD_LEADER );
marc21Encoder.literal(LEADER_ENTITY, BAD_LEADER );
marc21Encoder.endRecord();

verify(receiver).process(matches("00026ny a22000253n 4500\u001e\u001d"));
Expand Down

0 comments on commit 3599947

Please sign in to comment.