Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
ArloL committed Nov 28, 2022
1 parent 83db52b commit 83e3bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/com/example/demo/DemoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ private void insertAndRemoveMessages(Connection connection)
}
if (count > 1) {
System.out.println(
"Got " + count + " results after approx. "
"Got " + count
+ " results instead of 1 after approx. "
+ i + " entries"
);
return;
Expand Down

0 comments on commit 83e3bae

Please sign in to comment.