docs: improve facade

This commit is contained in:
Ilkka Seppälä
2024-04-19 20:49:01 +03:00
parent b35494af9a
commit 19f99a7a07
2 changed files with 81 additions and 74 deletions
@@ -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."));