Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Jun 16, 2023
1 parent 1a97234 commit 4de9c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void negativeTestConnectionPoolWithSpreadField() {
.filter(r -> r.diagnosticInfo().severity().equals(DiagnosticSeverity.ERROR))
.collect(Collectors.toList());
long availableErrors = diagnosticErrorStream.size();
PrintStream asd =System.out;
PrintStream asd = System.out;
asd.println(Arrays.toString(diagnosticErrorStream.toArray()));
Assert.assertEquals(availableErrors, 3);
Assert.assertEquals(diagnosticErrorStream.get(0).diagnosticInfo().messageFormat(),
Expand Down

0 comments on commit 4de9c37

Please sign in to comment.