mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 07:26:49 +00:00
docs: readme improvements (#2572)
This commit is contained in:
@@ -37,7 +37,7 @@ class MainTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void RunnerExecuteWithoutException() {
|
||||
void runnerShouldExecuteWithoutException() {
|
||||
var bank = new Bank(4, 1000);
|
||||
var latch = new CountDownLatch(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user