mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-23 06:25:08 +00:00
docs: improve facade
This commit is contained in:
@@ -84,7 +84,7 @@ class DwarvenGoldmineFacadeTest {
|
||||
// Now do some actual work, start digging gold!
|
||||
goldMine.digOutGold();
|
||||
|
||||
// Since we gave the dig command, every worker should be doing it's job ...
|
||||
// Since we gave the dig command, every worker should be doing its job ...
|
||||
assertTrue(appender.logContains("Dwarf gold digger digs for gold."));
|
||||
assertTrue(appender.logContains("Dwarf cart operator moves gold chunks out of the mine."));
|
||||
assertTrue(appender.logContains("Dwarven tunnel digger creates another promising tunnel."));
|
||||
|
||||
Reference in New Issue
Block a user