TLDR
Unit test coverage for PlaceSettlementAction.

Main work
- Thinking of useful test cases.
- Setting up test objects before actual function calls.
- Validating results.
Challenges
- General monotony.
Learnings
- Using the existing
IActiontest classes, ChatGPT does a good job of scaffolding new test cases.