Skip to content

Commit

Permalink
Fix checkstyle issue in JsonToRecordMapperTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gimantha authored Oct 14, 2024
1 parent fcf7a11 commit 5bbeff1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ public void testForConflictingRecordNameRenameDiagnostics() throws IOException {
Assert.assertEquals(diagnostics.get(1).message(), diagnosticMessage1);
}

private void runPositiveTest(Path json, Path bal, String recordName, boolean isRecordTypeDesc, boolean closed, boolean forceFormatRecField)
private void runPositiveTest(Path json, Path bal, String recordName, boolean isRecordTypeDesc,
boolean closed, boolean forceFormatRecField)
throws IOException {
String jsonFileContent = Files.readString(json);
String generatedCodeBlock = JsonToRecordMapper.convert(
Expand Down

0 comments on commit 5bbeff1

Please sign in to comment.