docs: readme improvements (#2572)

This commit is contained in:
Ilkka Seppälä
2023-08-20 21:23:12 +03:00
committed by GitHub
parent 0fdb111096
commit 70692f647f
2 changed files with 43 additions and 6 deletions
@@ -37,7 +37,7 @@ class MainTest {
}
@Test
void RunnerExecuteWithoutException() {
void runnerShouldExecuteWithoutException() {
var bank = new Bank(4, 1000);
var latch = new CountDownLatch(1);